IntegerType.SmallIntegerEncoding

Undocumented in source.

Constructors

this
this(EncoderImpl encoder, DecoderImpl decoder)
Undocumented in source.

Members

Functions

encodesJavaPrimitive
bool encodesJavaPrimitive()
Undocumented in source. Be warned that the author may not have intended to support it.
encodesSuperset
bool encodesSuperset(TypeEncoding!(Integer) encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructorSize
int getConstructorSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getEncodingCode
byte getEncodingCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getFixedSize
int getFixedSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
IntegerType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeClass
TypeInfo getTypeClass()
Undocumented in source. Be warned that the author may not have intended to support it.
readPrimitiveValue
int readPrimitiveValue()
Undocumented in source. Be warned that the author may not have intended to support it.
readValue
Integer readValue()
Undocumented in source. Be warned that the author may not have intended to support it.
skipValue
void skipValue()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
writeConstructor
void writeConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
writeValue
void writeValue(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
writeValue
void writeValue(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IntegerEncoding

write
void write(int i)
Undocumented in source.
writeValue
void writeValue(int i)
Undocumented in source.
readPrimitiveValue
int readPrimitiveValue()
Undocumented in source.

Meta