Class OutputStreamWritable

java.lang.Object
org.apache.nifi.processors.hadoop.util.OutputStreamWritable
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class OutputStreamWritable extends Object implements org.apache.hadoop.io.Writable
This class will write to an output stream, rather than an in-memory buffer, the fields being read.
  • Field Details

  • Constructor Details

    • OutputStreamWritable

      public OutputStreamWritable(OutputStream out, boolean writeLength)
  • Method Details