lzma.streams
Class LzmaEncoderWrapper

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

public class LzmaEncoderWrapper
extends Object
implements Coder


Nested Class Summary
static class LzmaEncoderWrapper.Builder
          A convenient builder that makes it easier to configure the LZMA encoder.
 
Constructor Summary
LzmaEncoderWrapper(Encoder encoder)
           
 
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

LzmaEncoderWrapper

public LzmaEncoderWrapper(Encoder encoder)
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.