Interface Metadata.Entry

    • Method Detail

      • getWrappedMetadataFormat

        @Nullable
        default Format getWrappedMetadataFormat()
        Returns the Format that can be used to decode the wrapped metadata in getWrappedMetadataBytes(), or null if this Entry doesn't contain wrapped metadata.
      • getWrappedMetadataBytes

        @Nullable
        default byte[] getWrappedMetadataBytes()
        Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain wrapped metadata.