DecodingState
public abstract class LinearWhitespaceSkippingState extends SkippingState
DecodingState
which skips space (0x20) and tab (0x09) characters.Constructor | Description |
---|---|
LinearWhitespaceSkippingState() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
canSkip(byte b) |
Called to determine whether the specified byte can be skipped.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode, finishDecode, finishDecode
protected boolean canSkip(byte b)
canSkip
in class SkippingState
b
- the byte to check.Copyright © 2004–2018 Apache MINA Project. All rights reserved.