org.mbari.siam.tests.linkBenchmark2.compression
Class CompressedObject
java.lang.Object
org.mbari.siam.tests.linkBenchmark2.compression.CompressedObject
public class CompressedObject
- extends java.lang.Object
|
Constructor Summary |
CompressedObject(byte[] compressedObject,
int uncompressedLen)
|
CompressedObject(byte[] compressedObject,
int uncompressedLen,
int compressedLen)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_object
protected byte[] _object
- byte array representation of the compresed object
_uncompressedLen
protected int _uncompressedLen
_compressedLen
protected int _compressedLen
CompressedObject
public CompressedObject(byte[] compressedObject,
int uncompressedLen,
int compressedLen)
CompressedObject
public CompressedObject(byte[] compressedObject,
int uncompressedLen)
getCompressedBytes
public byte[] getCompressedBytes()
getCompressedObjectLen
public int getCompressedObjectLen()
getUncompressedObjectLen
public int getUncompressedObjectLen()
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.