Class LZFOutputStream

    • Field Detail

      • _outputBuffer

        protected byte[] _outputBuffer
      • _position

        protected int _position
      • _cfgFinishBlockOnFlush

        protected boolean _cfgFinishBlockOnFlush
        Configuration setting that governs whether basic 'flush()' should first complete a block or not.

        Default value is 'true'

      • _outputStreamClosed

        protected boolean _outputStreamClosed
        Flag that indicates if we have already called '_outputStream.close()' (to avoid calling it multiple times)