hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
IntegerType.IntegerEncoding
hunt
proton
codec
IntegerType
IntegerType
Undocumented in source.
class
IntegerType
interface
IntegerEncoding : PrimitiveTypeEncoding!(Integer) {
void
write
(int i);
void
writeValue
(int i);
int
readPrimitiveValue
();
}
Members
Functions
readPrimitiveValue
int
readPrimitiveValue
()
Undocumented in source.
write
void
write
(int i)
Undocumented in source.
writeValue
void
writeValue
(int i)
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
codec
IntegerType
IntegerType
classes
AllIntegerEncoding
SmallIntegerEncoding
constructors
this
functions
getAllEncodings
getCanonicalEncoding
getEncoding
getTypeClass
write
interfaces
IntegerEncoding