Class RawField


  • final class RawField
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] data  
    • Constructor Summary

      Constructors 
      Constructor Description
      RawField​(byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte[] getData()  
      • Methods inherited from class java.lang.Object

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

      • data

        private final byte[] data
    • Constructor Detail

      • RawField

        RawField​(byte[] data)
    • Method Detail

      • getData

        byte[] getData()