Class OctopusMetadata


  • public class OctopusMetadata
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OctopusMetadata​(byte[] metadataBytes)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()
      Releases resources acquired by OctopusMetadata.
      byte[] getBytes()
      Gets the metadata in the form of a byte array
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OctopusMetadata

        public OctopusMetadata​(byte[] metadataBytes)
        Constructor.
        Parameters:
        metadataBytes - a byte array previously obtained via getBytes().
    • Method Detail

      • getBytes

        public byte[] getBytes()
        Gets the metadata in the form of a byte array
        Returns:
        the metadata in the form of a byte array.
      • delete

        public void delete()
        Releases resources acquired by OctopusMetadata.