public class FullReadInputStream
extends java.io.FilterInputStream
Constructor and Description |
---|
FullReadInputStream(java.io.InputStream underlyingStream) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getUnderlyingStream() |
int |
readFully(byte[] b) |
int |
readFully(byte[] b,
int off,
int len) |
long |
skipFully(long len) |
int |
skipLengthEncodedInteger() |
public FullReadInputStream(java.io.InputStream underlyingStream)
public java.io.InputStream getUnderlyingStream()
public int readFully(byte[] b) throws java.io.IOException
java.io.IOException
public int readFully(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
public long skipFully(long len) throws java.io.IOException
java.io.IOException
public int skipLengthEncodedInteger() throws java.io.IOException
java.io.IOException