public class TextLineDecoder.Context extends Object
Modifier and Type | Method and Description |
---|---|
void |
append(ByteBuffer in) |
ByteBuffer |
getBuffer() |
CharsetDecoder |
getDecoder() |
int |
getMatchCount() |
int |
getOverflowLength() |
void |
reset() |
void |
setMatchCount(int matchCount) |
public CharsetDecoder getDecoder()
public ByteBuffer getBuffer()
public int getMatchCount()
public void setMatchCount(int matchCount)
public int getOverflowLength()
public void reset()
public void append(ByteBuffer in)
Copyright © 2009–2013 Apache MINA Project. All rights reserved.