org.cservenak.streams
Interface Coder

All Known Implementing Classes:
LzmaDecoderWrapper, LzmaEncoderWrapper

public interface Coder


Method Summary
 void code(InputStream in, OutputStream out)
           
 

Method Detail

code

void code(InputStream in,
          OutputStream out)
          throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.