|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.common.compress.CompressorType
public abstract class CompressorType
An Enumeration of the possible Edits.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
static CompressorType |
LZSS
Insert a sequence |
private String |
name
The name of the EditType |
private static int |
nextObj
|
private int |
obj
|
private static long |
serialVersionUID
Serialization ID |
private static CompressorType[] |
VALUES
|
static CompressorType |
ZIP
Delete a sequence. |
Constructor Summary | |
---|---|
protected |
CompressorType(String name)
|
Method Summary | |
---|---|
static CompressorType |
fromInteger(int i)
Lookup method to convert from an integer |
static CompressorType |
fromString(String name)
Lookup method to convert from a String |
abstract Compressor |
getCompressor(byte[] input)
Get a compressor. |
(package private) Object |
readResolve()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CompressorType ZIP
public static final CompressorType LZSS
private String name
private static int nextObj
private final int obj
private static final CompressorType[] VALUES
private static final long serialVersionUID
Constructor Detail |
---|
protected CompressorType(String name)
name
- The name of the CompressorTypeMethod Detail |
---|
public abstract Compressor getCompressor(byte[] input)
public static CompressorType fromString(String name)
public static CompressorType fromInteger(int i)
public String toString()
toString
in class Object
Object readResolve()
|
Copyright ยจ 2003-2007 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |