- append
void append(R appender, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendIntBytes
void appendIntBytes(R appender, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendLongString
void appendLongString(R appender, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendOverride
void appendOverride(R appender, StringMap sm)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendOverride
void appendOverride(R appender, Consistency c)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendOverride
void appendOverride(R appender, bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendOverride
void appendOverride(R appender, string[] strs)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendRawBytes
void appendRawBytes(R appender, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendShortBytes
void appendShortBytes(R appender, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAuthenticator
Authenticator getAuthenticator(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIntLength
int getIntLength(Appender!(ubyte[]) appender)
Undocumented in source. Be warned that the author may not have intended to support it.
- log
void log(string s, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- readBigEndian
T readBigEndian(TCPConnection conn, int counter)
Undocumented in source. Be warned that the author may not have intended to support it.
- readByte
byte readByte(TCPConnection s, int counter)
Undocumented in source. Be warned that the author may not have intended to support it.
- readFrameHeader
FrameHeader readFrameHeader(TCPConnection s, int counter)
Undocumented in source. Be warned that the author may not have intended to support it.
- readIntBytes
ubyte[] readIntBytes(TCPConnection s, int counter)
bytes A int n, followed by n bytes if n >= 0. If n < 0,
no byte should follow and the value represented is null.
- readIntNotNULL
int readIntNotNULL(int ptr, TCPConnection s, int counter)
Undocumented in source. Be warned that the author may not have intended to support it.
- readLongString
string readLongString(TCPConnection s, int counter)
[long string] An int n, followed by n bytes representing an UTF-8 string.
- readRawBytes
ubyte[] readRawBytes(TCPConnection s, int counter, int len)
string A short n, followed by n bytes representing an UTF-8
string.
- readShort
short readShort(TCPConnection s, int counter)
short A 2 bytes unsigned integer
- readShortBytes
ubyte[] readShortBytes(TCPConnection s, int counter)
[short bytes] A short n, followed by n bytes if n >= 0.
- readShortString
string readShortString(TCPConnection s, int counter)
Undocumented in source. Be warned that the author may not have intended to support it.
- readStringList
StringList readStringList(TCPConnection s, int counter)
Undocumented in source. Be warned that the author may not have intended to support it.
- readStringMultiMap
StringMultiMap readStringMultiMap(TCPConnection s, int counter)
Undocumented in source. Be warned that the author may not have intended to support it.
- toCQLString
string toCQLString(T value)
Undocumented in source. Be warned that the author may not have intended to support it.