- readBinaryubyte[] readBinary() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readBoolbool readBool() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readBytebyte readByte() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readDoubledouble readDouble() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readFieldBeginTField readFieldBegin() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readFieldEndvoid readFieldEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readI16short readI16() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readI32int readI32() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readI64long readI64() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readListBeginTList readListBegin() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readListEndvoid readListEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readMapBeginTMap readMapBegin() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readMapEndvoid readMapEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readMessageBeginTMessage readMessageBegin() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readMessageEndvoid readMessageEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readSetBeginTSet readSetBegin() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readSetEndvoid readSetEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readStringstring readString() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readStructBeginTStruct readStructBegin() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readStructEndvoid readStructEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- resetvoid reset() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- transportTransport transport() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeBinaryvoid writeBinary(ubyte[] buf) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeBoolvoid writeBool(bool b) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeBytevoid writeByte(byte b) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeDoublevoid writeDouble(double dub) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeFieldBeginvoid writeFieldBegin(TField field) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeFieldEndvoid writeFieldEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeFieldStopvoid writeFieldStop() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeI16void writeI16(short i16) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeI32void writeI32(int i32) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeI64void writeI64(long i64) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeListBeginvoid writeListBegin(TList list) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeListEndvoid writeListEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeMapBeginvoid writeMapBegin(TMap map) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeMapEndvoid writeMapEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeMessageBeginvoid writeMessageBegin(TMessage msg) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeMessageEndvoid writeMessageEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeSetBeginvoid writeSetBegin(TSet set) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeSetEndvoid writeSetEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeStringvoid writeString(string str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeStructBeginvoid writeStructBegin(TStruct tstruct) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeStructEndvoid 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.