|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openadaptor.doconverter.NullCompressor
public class NullCompressor
No-compression Compressor API. This class
DataObjectMessageWriter,
NullCompressor| Constructor Summary | |
|---|---|
NullCompressor()
|
|
| 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 |
| Constructor Detail |
|---|
public NullCompressor()
| 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 Compressortext - String to be compressed.
CompressorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||