Class PackedBinaryObject

java.lang.Object
binaryFileStorage.BinaryObjectData
binaryFileStorage.PackedBinaryObject

@Deprecated public class PackedBinaryObject extends BinaryObjectData
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 Details

    • PackedBinaryObject

      public PackedBinaryObject(int objectType, byte[] byteArray)
      Deprecated.