Package org.cservenak.streams
Interface Coder
-
- All Known Implementing Classes:
LzmaDecoderWrapper
,LzmaEncoderWrapper
public interface Coder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
code(InputStream in, OutputStream out)
-
-
-
Method Detail
-
code
void code(InputStream in, OutputStream out) throws IOException
- Throws:
IOException
-
-