Class DataInputViewWrapper

java.lang.Object
java.io.InputStream
org.apache.beam.runners.flink.translation.wrappers.DataInputViewWrapper
All Implemented Interfaces:
Closeable, AutoCloseable

public class DataInputViewWrapper extends InputStream
Wrapper for DataInputView. We need this because Flink reads data using a DataInputView while Beam Coders expect an InputStream.
  • Constructor Details

    • DataInputViewWrapper

      public DataInputViewWrapper(org.apache.flink.core.memory.DataInputView inputView)
  • Method Details