public class DataInputViewStream extends InputStream
DataInputView.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.core.memory.DataInputView |
inputView |
| Constructor and Description |
|---|
DataInputViewStream(org.apache.flink.core.memory.DataInputView inputView) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.memory.DataInputView |
getInputView() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, read, resetpublic DataInputViewStream(org.apache.flink.core.memory.DataInputView inputView)
public org.apache.flink.core.memory.DataInputView getInputView()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.