lzma.streams
Class LzmaDecoderWrapper

java.lang.Object
  extended by lzma.streams.LzmaDecoderWrapper
All Implemented Interfaces:
Coder

public class LzmaDecoderWrapper
extends Object
implements Coder


Constructor Summary
LzmaDecoderWrapper(Decoder decoder)
           
 
Method Summary
 void code(InputStream in, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LzmaDecoderWrapper

public LzmaDecoderWrapper(Decoder decoder)
Method Detail

code

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


Copyright © 2011. All Rights Reserved.