public abstract class LinearWhitespaceSkippingState extends SkippingState
DecodingState which skips space (0x20) and tab (0x09) characters.| Constructor and Description |
|---|
LinearWhitespaceSkippingState() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canSkip(byte b)
Called to determine whether the specified byte can be skipped.
|
decode, finishDecode, finishDecodeprotected boolean canSkip(byte b)
canSkip in class SkippingStateb - the byte to check.true if the byte can be skipped.