public class DataInputViewWrapper
extends java.io.InputStream
DataInputView. We need this because Flink reads data using a DataInputView while Beam Coders
expect an InputStream.| Constructor and Description |
|---|
DataInputViewWrapper(org.apache.flink.core.memory.DataInputView inputView) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |