|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openadaptor.doconverter.ZipCompressor
public class ZipCompressor
Zip-based compressor.
Compressor
Field Summary | |
---|---|
(package private) Compress |
compressor
|
Constructor Summary | |
---|---|
ZipCompressor()
|
Method Summary | |
---|---|
byte[] |
compress(java.lang.String text)
Compress the string text . |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Compress compressor
Constructor Detail |
---|
public ZipCompressor()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Compressor
public byte[] compress(java.lang.String text) throws CompressorException
text
.
This
compress
in interface Compressor
text
- String to be compressed.
CompressorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |