Class AppleDiskNumberBox

All Implemented Interfaces:
Box, ParsableBox

public class AppleDiskNumberBox extends AppleDataBox
Created by sannies on 10/15/13.
  • Constructor Details

    • AppleDiskNumberBox

      public AppleDiskNumberBox()
  • Method Details

    • getA

      public int getA()
    • setA

      public void setA(int a)
    • getB

      public short getB()
    • setB

      public void setB(short b)
    • writeData

      protected byte[] writeData()
      Specified by:
      writeData in class AppleDataBox
    • parseData

      protected void parseData(ByteBuffer data)
      Specified by:
      parseData in class AppleDataBox
    • getDataLength

      protected int getDataLength()
      Specified by:
      getDataLength in class AppleDataBox