Class CAFDataChunk


  • public final class CAFDataChunk
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        CAFDataChunk()  
        CAFDataChunk​(int mEditCount, byte mData)  
      protected CAFDataChunk​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte mData()
      this is a variable length data field based off the size of the data chunk
      int mEditCount()  
      void setMData​(byte value)
      this is a variable length data field based off the size of the data chunk
      void setMEditCount​(int value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • CAFDataChunk

        public CAFDataChunk()
      • CAFDataChunk

        protected CAFDataChunk​(org.moe.natj.general.Pointer peer)
      • CAFDataChunk

        public CAFDataChunk​(int mEditCount,
                            byte mData)
    • Method Detail

      • mEditCount

        public int mEditCount()
      • setMEditCount

        public void setMEditCount​(int value)
      • mData

        public byte mData()
        this is a variable length data field based off the size of the data chunk
      • setMData

        public void setMData​(byte value)
        this is a variable length data field based off the size of the data chunk