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) |
public RedisInputStream(InputStream in, int size)
public RedisInputStream(InputStream in)
public byte readByte() throws IOException
IOException
public String readLine()
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2013. All rights reserved.