IntegerType.IntegerEncoding

Undocumented in source.
class IntegerType
interface IntegerEncoding : PrimitiveTypeEncoding!(Integer) {}

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