public class DataInputWrapperStream extends InputStream
InputStream
For use with Input| Constructor and Description |
|---|
DataInputWrapperStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
setDataInput(DataInput in) |
available, close, mark, markSupported, read, reset, skippublic void setDataInput(DataInput in)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.