Interface StreamFormat

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the stream.
        Returns:
        the stream name
      • createMarshallingContext

        MarshallingContext createMarshallingContext​(boolean streaming)
        Creates a new marshalling context.
        Parameters:
        streaming - true if marshalling to a stream
        Returns:
        the new MarshallingContext
      • createRecordReader

        RecordReader createRecordReader​(java.io.Reader in)
        Creates a new record reader.
        Parameters:
        in - the Reader to read records from
        Returns:
        the new RecordReader
      • createRecordWriter

        RecordWriter createRecordWriter​(java.io.Writer out)
        Creates a new record writer.
        Parameters:
        out - the Writer to write records to
        Returns:
        the new RecordWriter