public class DataOutputViewStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.core.memory.DataOutputView |
outputView |
| Constructor and Description |
|---|
DataOutputViewStream(org.apache.flink.core.memory.DataOutputView outputView) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic DataOutputViewStream(org.apache.flink.core.memory.DataOutputView outputView)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.