public class RedisInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buf |
protected int |
count |
protected int |
limit |
in| 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 FilterInputStreamJedisConnectionExceptionCopyright © 2019. All rights reserved.