Class UnhandledDataStructure


  • @Internal
    public final class UnhandledDataStructure
    extends 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 Detail

      • UnhandledDataStructure

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