|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openadaptor.doconverter.ZipDecompressor
public class ZipDecompressor
Zip-based decompressor.
Decompressor| Field Summary | |
|---|---|
(package private) ZipUncompress |
decompressor
|
| Constructor Summary | |
|---|---|
ZipDecompressor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
expand(byte[] bytes)
Decompress the byte Array bytes into a String. |
java.lang.String |
getName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
ZipUncompress decompressor
| Constructor Detail |
|---|
public ZipDecompressor()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Decompressor
public java.lang.String expand(byte[] bytes)
throws CompressorException
bytes into a String.
expand in interface Decompressorbytes - String to be compressed.
CompressorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||