Unpacker
wvlet.airframe.msgpack.spi.Unpacker
trait Unpacker extends AutoCloseable
MessageUnpacker interface
Attributes
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
- Known subtypes
-
class PureScalaBufferUnpackerclass UnpackerImpl
Members list
Value members
Abstract methods
Peeks a Nil byte and read it if the next byte is actually a Nil value, then proceed the cursor 1 byte and return true.
Peeks a Nil byte and read it if the next byte is actually a Nil value, then proceed the cursor 1 byte and return true.
If the next byte is not Nil, it will return false and the cursor position will not be changed.
Attributes
- Returns
-
true if a nil value is read and the cursor is proceeded 1 bytes. false if the next value is not Nil and the cursor position will not change.
Inherited methods
Attributes
- Inherited from:
- AutoCloseable
In this article