public class IoBufferDecoder.DecodingContext
extends java.lang.Object
构造器和说明 |
---|
IoBufferDecoder.DecodingContext() |
限定符和类型 | 方法和说明 |
---|---|
int |
getContentLength() |
IoBuffer |
getDecodedBuffer() |
IoBuffer |
getDelimiter() |
int |
getMatchCount() |
void |
reset()
Resets the decoding state.
|
void |
setContentLength(int contentLength) |
void |
setDecodedBuffer(IoBuffer decodedBuffer) |
void |
setDelimiter(IoBuffer delimiter) |
void |
setMatchCount(int matchCount) |
public void reset()
public int getContentLength()
public void setContentLength(int contentLength)
public int getMatchCount()
public void setMatchCount(int matchCount)
public IoBuffer getDecodedBuffer()
public void setDecodedBuffer(IoBuffer decodedBuffer)
public IoBuffer getDelimiter()
public void setDelimiter(IoBuffer delimiter)