wvlet.airframe.msgpack.impl.UnpackerImpl
See theUnpackerImpl companion object
A bridge implementation with msgpack-core MessageUnpacker. TODO: Use pure-Scala impl
Attributes
- Companion:
- object
- Graph
- Supertypes
Members list
Concise view
Value members
Concrete methods
Attributes
- Definition Classes
- AutoCloseable
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
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.
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes