public static interface ByteStringParser.ParseStep<T>
Modifier and Type | Method and Description |
---|---|
boolean |
canWorkWithPartialData()
Must return true when NeedMoreData will clean buffer.
|
void |
onTruncation() |
ByteStringParser.ParseResult<T> |
parse(ByteStringParser.ByteReader reader) |
boolean canWorkWithPartialData()
ByteStringParser.ParseResult<T> parse(ByteStringParser.ByteReader reader)
void onTruncation()