Package lzma.streams

Class LzmaOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class LzmaOutputStream
    extends CoderOutputStream
    An output stream that uses LZMA compression.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LzmaOutputStream.Builder
      A convenient builder that makes it easier to configure the LZMA encoder.
    • Method Summary

      • Methods inherited from class java.io.OutputStream

        nullOutputStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LzmaOutputStream

        public LzmaOutputStream​(java.io.OutputStream out,
                                LzmaEncoderWrapper wrapper)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • LzmaOutputStream

        public LzmaOutputStream​(java.io.OutputStream out,
                                Encoder lzmaEncoder)
                         throws java.io.IOException
        Throws:
        java.io.IOException