|
MAM API (developer's version) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBWTEncode
public class BWTEncode
Burrows-Wheeler transformation encoding codec.
Field Summary | |
---|---|
private int |
blockSize
|
(package private) int[][] |
cacheC
|
static int |
DEFAULT_BLOCK_SIZE
Default length for the encoding window |
(package private) int |
phase
|
Constructor Summary | |
---|---|
BWTEncode()
|
Method Summary | |
---|---|
private int |
compare(int a,
int b,
int size,
byte[] data)
|
void |
processTransformation(InputStream in,
OutputStream out)
Performs a transformation to the given input and writes the corresponding output to the given stream. |
(package private) void |
sort(int s,
int e,
int[] array,
byte[] data)
Merge sort for the given array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_BLOCK_SIZE
private int blockSize
int[][] cacheC
int phase
Constructor Detail |
---|
public BWTEncode()
Method Detail |
---|
public void processTransformation(InputStream in, OutputStream out) throws IOException
Codec
processTransformation
in interface Codec
IOException
void sort(int s, int e, int[] array, byte[] data)
private int compare(int a, int b, int size, byte[] data)
|
MAM API (developer's version) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |