public class DataInputWrapper extends InputStream
| Constructor and Description |
|---|
DataInputWrapper(DataInput i) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, read, resetpublic DataInputWrapper(DataInput i)
public long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2016. All rights reserved.