public class RedisInputStream extends FilterInputStream
| Constructor and Description |
|---|
RedisInputStream(InputStream in) |
RedisInputStream(InputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] b,
int off,
int len) |
byte |
readByte() |
int |
readIntCrLf() |
String |
readLine() |
byte[] |
readLineBytes() |
long |
readLongCrLf() |
available, close, mark, markSupported, read, read, reset, skippublic RedisInputStream(InputStream in, int size)
public RedisInputStream(InputStream in)
public byte readByte()
throws JedisConnectionException
JedisConnectionExceptionpublic String readLine()
public byte[] readLineBytes()
public int readIntCrLf()
public long readLongCrLf()
public int read(byte[] b,
int off,
int len)
throws JedisConnectionException
read in class FilterInputStreamJedisConnectionExceptionProcessing library Redis by Darius Morawiec. (c) 2015