Package lzma.streams

Class LzmaInputStream

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

    public class LzmaInputStream
    extends CoderInputStream
    An input stream that uses LZMA compression.
    • Constructor Summary

      Constructors 
      Constructor Description
      LzmaInputStream​(java.io.InputStream in, Decoder lzmaDecoder)  
    • Method Summary

      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

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

      • LzmaInputStream

        public LzmaInputStream​(java.io.InputStream in,
                               Decoder lzmaDecoder)
                        throws java.io.IOException
        Throws:
        java.io.IOException