MAM API
(developer's version)

Interface Codec

All Known Implementing Classes:
BWTDecode, BWTEncode, M2FDecode, M2FEncode, MAMDecode, MAMEncode, ZIPDecode, ZIPEncode

public interface Codec

Common interface for all stream encoding modules.


Method Summary
 void processTransformation(InputStream in, OutputStream out)
          Performs a transformation to the given input and writes the corresponding output to the given stream.
 

Method Detail

processTransformation

void processTransformation(InputStream in,
                           OutputStream out)
                           throws IOException
Performs a transformation to the given input and writes the corresponding output to the given stream.

Throws:
IOException

MAM API
(developer's version)

Copyright © 2007 Aija Niissalo, Marko Laakso, Markus Heinonen.