|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lizardtech.djvu.DjVuObject
com.lizardtech.djvu.ZPCodec
public class ZPCodec
| Field Summary | |
|---|---|
static int |
ARRAYSIZE
DOCUMENT ME! |
protected int |
aValue
DOCUMENT ME! |
int |
bitcount
DOCUMENT ME! |
ZPTable[] |
defaultZtable
DOCUMENT ME! |
protected BitContext[] |
dn
DOCUMENT ME! |
protected byte[] |
ffzt
DOCUMENT ME! |
protected static byte[] |
FFZT
DOCUMENT ME! |
protected int[] |
mArray
DOCUMENT ME! |
protected int[] |
pArray
DOCUMENT ME! |
protected BitContext[] |
up
DOCUMENT ME! |
| Fields inherited from class com.lizardtech.djvu.DjVuObject |
|---|
hasReferences |
| Constructor Summary | |
|---|---|
ZPCodec()
Creates a new ZPCodec object. |
|
ZPCodec(java.io.InputStream ibs)
Creates a new ZPCodec object. |
|
| Method Summary | |
|---|---|
static ZPCodec |
createZPCodec(DjVuInterface ref)
Creates an instance of ZPCodec with the options interherited from the specified reference. |
int |
decode_sub_nolearn(int mps,
int z)
DOCUMENT ME! |
int |
decode_sub_simple(int mps,
int z)
DOCUMENT ME! |
int |
decode_sub(BitContext ctx,
int z)
DOCUMENT ME! |
int |
decoder()
DOCUMENT ME! |
int |
decoder(BitContext ctx)
DOCUMENT ME! |
int |
ffz(int x)
DOCUMENT ME! |
ZPCodec |
init(java.io.InputStream ibs)
DOCUMENT ME! |
int |
IWdecoder()
DOCUMENT ME! |
void |
newZPTable(ZPTable[] table)
DOCUMENT ME! |
void |
preload()
DOCUMENT ME! |
| Methods inherited from class com.lizardtech.djvu.DjVuObject |
|---|
checkLockTime, create, create, createSoftReference, createWeakReference, getDjVuOptions, getFromReference, invoke, logError, printStackTrace, setDjVuOptions, verbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ARRAYSIZE
protected static final byte[] FFZT
public final ZPTable[] defaultZtable
public int bitcount
protected final BitContext[] dn
protected final byte[] ffzt
protected final int[] mArray
protected final int[] pArray
protected final BitContext[] up
protected int aValue
| Constructor Detail |
|---|
public ZPCodec()
public ZPCodec(java.io.InputStream ibs)
throws java.io.IOException
ibs - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!| Method Detail |
|---|
public static ZPCodec createZPCodec(DjVuInterface ref)
ref - Object to interherit DjVuOptions from.
public final int IWdecoder()
throws java.io.IOException
java.io.IOException - DOCUMENT ME!
public final int decode_sub(BitContext ctx,
int z)
throws java.io.IOException
ctx - DOCUMENT ME!z - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
public final int decode_sub_nolearn(int mps,
int z)
throws java.io.IOException
mps - DOCUMENT ME!z - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
public final int decode_sub_simple(int mps,
int z)
throws java.io.IOException
mps - DOCUMENT ME!z - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
public final int decoder()
throws java.io.IOException
java.io.IOException - DOCUMENT ME!
public final int decoder(BitContext ctx)
throws java.io.IOException
ctx - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!public final int ffz(int x)
x - DOCUMENT ME!
public final ZPCodec init(java.io.InputStream ibs)
throws java.io.IOException
ibs - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!public final void newZPTable(ZPTable[] table)
table - DOCUMENT ME!
public final void preload()
throws java.io.IOException
java.io.IOException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||