public class DataInputViewStream extends InputStream
DataInputView.| 限定符和类型 | 字段和说明 |
|---|---|
protected DataInputView |
inputView |
| 构造器和说明 |
|---|
DataInputViewStream(DataInputView inputView) |
| 限定符和类型 | 方法和说明 |
|---|---|
DataInputView |
getInputView() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, read, resetprotected DataInputView inputView
public DataInputViewStream(DataInputView inputView)
public DataInputView getInputView()
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.