Class CAFChunkHeader


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

      Constructors 
      Modifier Constructor Description
        CAFChunkHeader()  
        CAFChunkHeader​(int mChunkType, long mChunkSize)  
      protected CAFChunkHeader​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long mChunkSize()
      size in bytes of the chunk data (not including this header).
      int mChunkType()
      four char code
      void setMChunkSize​(long value)
      size in bytes of the chunk data (not including this header).
      void setMChunkType​(int value)
      four char code
      • 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

      • CAFChunkHeader

        public CAFChunkHeader()
      • CAFChunkHeader

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

        public CAFChunkHeader​(int mChunkType,
                              long mChunkSize)
    • Method Detail

      • mChunkType

        public int mChunkType()
        four char code
      • setMChunkType

        public void setMChunkType​(int value)
        four char code
      • mChunkSize

        public long mChunkSize()
        size in bytes of the chunk data (not including this header).
      • setMChunkSize

        public void setMChunkSize​(long value)
        size in bytes of the chunk data (not including this header).