hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
LargeFloatingSizePrimitiveTypeEncoding
hunt
proton
codec
LargeFloatingSizePrimitiveTypeEncoding
Undocumented in source.
abstract
class
LargeFloatingSizePrimitiveTypeEncoding : 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
LargeFloatingSizePrimitiveTypeEncoding
classes
LargeFloatingSizePrimitiveTypeEncoding