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, skip
public RedisInputStream(InputStream in, int size)
public RedisInputStream(InputStream in)
public byte readByte() throws JedisConnectionException
JedisConnectionException
public 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 FilterInputStream
JedisConnectionException
Copyright © 2023. All rights reserved.