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, skip
public void setDataInput(DataInput in)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.