- read
int read(byte[] b, int off, int len)
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.
- readIntCrLf
int readIntCrLf()
Undocumented in source. Be warned that the author may not have intended to support it.
- readLine
string readLine()
Undocumented in source. Be warned that the author may not have intended to support it.
- readLineBytes
byte[] readLineBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- readLongCrLf
long readLongCrLf()
Undocumented in source. Be warned that the author may not have intended to support it.
This class assumes (to some degree) that we are reading a RESP stream. As such it assumes certain conventions regarding CRLF line termination. It also assumes that if the Protocol layer requires a byte that if that byte is not there it is a stream error.