Class UnhandledDataStructure


  • @Internal
    public final class UnhandledDataStructure
    extends java.lang.Object
    A data structure used to hold some data we don't understand / can't handle, so we have it available for when we come to write back out again
    • Constructor Summary

      Constructors 
      Constructor Description
      UnhandledDataStructure​(byte[] buf, int offset, int length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UnhandledDataStructure

        public UnhandledDataStructure​(byte[] buf,
                                      int offset,
                                      int length)