Class OutputChunked

    • Method Detail

      • flush

        public void flush()
                   throws KryoException
        Description copied from class: Output
        Flushes the buffered bytes. The default implementation writes the buffered bytes to the OutputStream, if any, and sets the position to 0. Can be overridden to flush the bytes somewhere else.
        Specified by:
        flush in interface Flushable
        Overrides:
        flush in class Output
        Throws:
        KryoException
      • endChunk

        public void endChunk()
        Marks the current written data as the end of a chunk. This chunk can then be skipped when reading.