Class ZIPEncode
java.lang.Object
ZIPEncode
- All Implemented Interfaces:
- Codec
public class ZIPEncode
- extends Object
- implements Codec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZIPEncode
public ZIPEncode()
processTransformation
public void processTransformation(InputStream in,
OutputStream out)
throws IOException
- Description copied from interface:
Codec
- Performs a transformation to the given input and writes the
corresponding output to the given stream.
- Specified by:
processTransformation
in interface Codec
- Throws:
IOException
Copyright © 2007 Aija Niissalo, Marko Laakso, Markus Heinonen.