MAM API
(developer's version)

Class BWTDecode

java.lang.Object
  extended by BWTDecode
All Implemented Interfaces:
Codec

public class BWTDecode
extends Object
implements Codec

Burrows-Wheeler transformation decoding codec.


Constructor Summary
BWTDecode()
           
 
Method Summary
 void processTransformation(InputStream in, OutputStream out)
          Performs a transformation to the given input and writes the corresponding output to the given stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BWTDecode

public BWTDecode()
Method Detail

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

MAM API
(developer's version)

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