Class AppleVariableSignedIntegerBox

java.lang.Object
org.mp4parser.support.AbstractBox
org.mp4parser.boxes.apple.AppleDataBox
org.mp4parser.boxes.apple.AppleVariableSignedIntegerBox
All Implemented Interfaces:
Box, ParsableBox
Direct Known Subclasses:
Apple_atIDBox, Apple_geIDBox, AppleCompilationBox, AppleCountryTypeBoxBox, AppleGaplessPlaybackBox, AppleGenreIDBox, AppleMediaTypeBox, AppleTempoBox, AppleTVEpisodeBox, AppleTVSeasonBox

public abstract class AppleVariableSignedIntegerBox extends AppleDataBox
Created by sannies on 10/22/13.
  • Constructor Details

    • AppleVariableSignedIntegerBox

      protected AppleVariableSignedIntegerBox(String type)
  • Method Details

    • getIntLength

      public int getIntLength()
    • setIntLength

      public void setIntLength(int intLength)
    • getValue

      public long getValue()
    • setValue

      public void setValue(long value)
    • 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