hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
SmallFloatingSizePrimitiveTypeEncoding
hunt
proton
codec
SmallFloatingSizePrimitiveTypeEncoding
Undocumented in source.
abstract
class
SmallFloatingSizePrimitiveTypeEncoding : FloatingSizePrimitiveTypeEncoding!(T)(
T
) {
this
(EncoderImpl encoder, DecoderImpl decoder);
int
getSizeBytes
();
void
writeSize
(T val);
}
Constructors
this
this
(EncoderImpl encoder, DecoderImpl decoder)
Undocumented in source.
Members
Functions
getSizeBytes
int
getSizeBytes
()
Undocumented in source. Be warned that the author may not have intended to support it.
writeSize
void
writeSize
(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
proton
codec
SmallFloatingSizePrimitiveTypeEncoding
classes
SmallFloatingSizePrimitiveTypeEncoding