DecodingStatepublic 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, waitdecode, finishDecode, finishDecodeprotected boolean canSkip(byte b)
canSkip in class SkippingStateb - the byte to check.Copyright © 2004–2018 Apache MINA Project. All rights reserved.