|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.tests.linkBenchmark2.compression.ObjectGZipper
public class ObjectGZipper
ObjectGZipper compresses an object, generating a byte[] array
| Field Summary | |
|---|---|
protected CountedByteArrayOutputStream |
_byteStream
|
| Constructor Summary | |
|---|---|
ObjectGZipper()
|
|
| Method Summary | |
|---|---|
byte[] |
compress(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CountedByteArrayOutputStream _byteStream
| Constructor Detail |
|---|
public ObjectGZipper()
| Method Detail |
|---|
public byte[] compress(java.lang.Object obj)
throws java.io.InvalidClassException,
java.io.NotSerializableException,
java.io.IOException
java.io.InvalidClassException
java.io.NotSerializableException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||