Package binaryFileStorage
Class PackedBinaryObject
java.lang.Object
binaryFileStorage.BinaryObjectData
binaryFileStorage.PackedBinaryObject
Deprecated.
Use BinaryObjectData instead. this class has been effectively deleted
but turned into a subclass of BinaryObjectData so that existing code
will still work, but should be weeded from the system.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Methods inherited from class binaryFileStorage.BinaryObjectData
getAnnotationData, getAnnotationDataLength, getData, getDataInputStream, getDataLength, getDataUnitBaseData, getObjectNumber, getObjectType, getTimeMilliseconds, getVersionNumber, setAnnotationData, setAnnotationData, setVersionNumber, shiftChannels, toString
-
Constructor Details
-
PackedBinaryObject
public PackedBinaryObject(int objectType, byte[] byteArray) Deprecated.
-