- readBinary
ubyte[] readBinary()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readBool
bool readBool()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readByte
byte readByte()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readDouble
double readDouble()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readFieldBegin
TField readFieldBegin()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readFieldEnd
void readFieldEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readI16
short readI16()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readI32
int readI32()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readI64
long readI64()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readListBegin
TList readListBegin()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readListEnd
void readListEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readMapBegin
TMap readMapBegin()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readMapEnd
void readMapEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readMessageBegin
TMessage readMessageBegin()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readMessageEnd
void readMessageEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readSetBegin
TSet readSetBegin()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readSetEnd
void readSetEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readString
string readString()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readStructBegin
TStruct readStructBegin()
 Undocumented in source. Be warned that the author may not have intended to support it.
- readStructEnd
void readStructEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
 Undocumented in source. Be warned that the author may not have intended to support it.
- transport
Transport transport()
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeBinary
void writeBinary(ubyte[] buf)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeBool
void writeBool(bool b)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeByte
void writeByte(byte b)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeDouble
void writeDouble(double dub)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeFieldBegin
void writeFieldBegin(TField field)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeFieldEnd
void writeFieldEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeFieldStop
void writeFieldStop()
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeI16
void writeI16(short i16)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeI32
void writeI32(int i32)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeI64
void writeI64(long i64)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeListBegin
void writeListBegin(TList list)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeListEnd
void writeListEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeMapBegin
void writeMapBegin(TMap map)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeMapEnd
void writeMapEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeMessageBegin
void writeMessageBegin(TMessage msg)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeMessageEnd
void writeMessageEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeSetBegin
void writeSetBegin(TSet set)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeSetEnd
void writeSetEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeString
void writeString(string str)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeStructBegin
void writeStructBegin(TStruct tstruct)
 Undocumented in source. Be warned that the author may not have intended to support it.
- writeStructEnd
void writeStructEnd()
 Undocumented in source. Be warned that the author may not have intended to support it.
D implementation of the Compact protocol.
See THRIFT-110 for a protocol description. This implementation is based on the C++ one.