public class DataInputViewStream extends InputStream
DataInputView
.Modifier and Type | Field and Description |
---|---|
protected DataInputView |
inputView |
Constructor and Description |
---|
DataInputViewStream(DataInputView inputView) |
Modifier and Type | Method and Description |
---|---|
DataInputView |
getInputView() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, read, reset
protected DataInputView inputView
public DataInputViewStream(DataInputView inputView)
public DataInputView getInputView()
public int read() throws IOException
read
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.