zio-schema-protobuf
zio-schema-protobuf
API
zio.schema.codec
FieldMapping
FieldMapping
ProtobufCodec
Decoder
DecoderContext
DecoderState
Encoder
Protobuf
WireType
Bit32
Bit64
EndGroup
LengthDelimited
StartGroup
VarInt
WireType
fieldNumber
zio-schema-protobuf
/
zio.schema.codec
/
ProtobufCodec
/
DecoderState
DecoderState
zio.schema.codec.ProtobufCodec.DecoderState
final
class
DecoderState
(
chunk
:
Chunk
[
Byte
],
var
position
:
Int
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
all
(
context
:
DecoderContext
):
Chunk
[
Byte
]
def
currentPosition
:
Int
def
length
(
context
:
DecoderContext
):
Int
def
move
(
count
:
Int
):
Unit
def
peek
(
context
:
DecoderContext
):
Chunk
[
Byte
]
def
peek
:
Byte
def
read
(
count
:
Int
):
Chunk
[
Byte
]
In this article
Attributes
Members list
Value members
Concrete methods