Index of values


G
get_char [EndianBigstring.EndianBigstringSig]
get_char buff i reads 1 byte at offset i as a char
get_char [EndianString.EndianStringSig]
get_char buff i reads 1 byte at offset i as a char
get_int16 [EndianBigstring.EndianBigstringSig]
get_int16 buff i reads 2 byte at offset i as a signed int of 16 bits.
get_int16 [EndianString.EndianStringSig]
get_int16 buff i reads 2 byte at offset i as a signed int of 16 bits.
get_int32 [EndianBigstring.EndianBigstringSig]
get_int32 buff i reads 4 bytes at offset i as an int32.
get_int32 [EndianString.EndianStringSig]
get_int32 buff i reads 4 bytes at offset i as an int32.
get_int64 [EndianBigstring.EndianBigstringSig]
get_int64 buff i reads 8 bytes at offset i as an int64.
get_int64 [EndianString.EndianStringSig]
get_int64 buff i reads 8 bytes at offset i as an int64.
get_int8 [EndianBigstring.EndianBigstringSig]
get_int8 buff i reads 1 byte at offset i as a signed int of 8 bits.
get_int8 [EndianString.EndianStringSig]
get_int8 buff i reads 1 byte at offset i as a signed int of 8 bits.
get_uint16 [EndianBigstring.EndianBigstringSig]
get_uint16 buff i reads 2 bytes at offset i as an unsigned int of 16 bits.
get_uint16 [EndianString.EndianStringSig]
get_uint16 buff i reads 2 bytes at offset i as an unsigned int of 16 bits.
get_uint8 [EndianBigstring.EndianBigstringSig]
get_uint8 buff i reads 1 byte at offset i as an unsigned int of 8 bits.
get_uint8 [EndianString.EndianStringSig]
get_uint8 buff i reads 1 byte at offset i as an unsigned int of 8 bits.

S
set_char [EndianBigstring.EndianBigstringSig]
set_char buff i v writes v to buff at offset i
set_char [EndianString.EndianStringSig]
set_char buff i v writes v to buff at offset i
set_int16 [EndianBigstring.EndianBigstringSig]
set_int16 buff i v writes the least significant 16 bits of v to buff at offset i
set_int16 [EndianString.EndianStringSig]
set_int16 buff i v writes the least significant 16 bits of v to buff at offset i
set_int32 [EndianBigstring.EndianBigstringSig]
set_int32 buff i v writes v to buff at offset i
set_int32 [EndianString.EndianStringSig]
set_int32 buff i v writes v to buff at offset i
set_int64 [EndianBigstring.EndianBigstringSig]
set_int64 buff i v writes v to buff at offset i
set_int64 [EndianString.EndianStringSig]
set_int64 buff i v writes v to buff at offset i
set_int8 [EndianBigstring.EndianBigstringSig]
set_int8 buff i v writes the least significant 8 bits of v to buff at offset i
set_int8 [EndianString.EndianStringSig]
set_int8 buff i v writes the least significant 8 bits of v to buff at offset i