Package lzma.streams

Class LzmaDecoderWrapper

  • All Implemented Interfaces:
    Coder

    public class LzmaDecoderWrapper
    extends java.lang.Object
    implements Coder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Decoder decoder  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void code​(java.io.InputStream in, java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

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

      • decoder

        private final Decoder decoder
    • Constructor Detail

      • LzmaDecoderWrapper

        public LzmaDecoderWrapper​(Decoder decoder)
    • Method Detail

      • code

        public void code​(java.io.InputStream in,
                         java.io.OutputStream out)
                  throws java.io.IOException
        Specified by:
        code in interface Coder
        Throws:
        java.io.IOException