public abstract class ConsumeToLinearWhitespaceDecodingState extends ConsumeToDynamicTerminatorDecodingState
DecodingState which consumes all bytes until a space (0x20) or tab
(0x09) character is reached. The terminator is skipped.| Constructor and Description |
|---|
ConsumeToLinearWhitespaceDecodingState() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isTerminator(byte b)
Determines whether the specified
byte is a terminator. |
decode, finishDecode, finishDecodepublic ConsumeToLinearWhitespaceDecodingState()
protected boolean isTerminator(byte b)
ConsumeToDynamicTerminatorDecodingStatebyte is a terminator.isTerminator in class ConsumeToDynamicTerminatorDecodingStateb - the byte to check.true if the given byte is a space or a tab