final class com.sun.media.sound.AiffFileFormat extends com.sun.media.sound.StandardFileFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.AiffFileFormat
  super_class: com.sun.media.sound.StandardFileFormat
{
  static final int AIFF_MAGIC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1179603533

  static final int AIFC_MAGIC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1095321155

  static final int AIFF_MAGIC2;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1095321158

  static final int FVER_MAGIC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1180058962

  static final int FVER_TIMESTAMP;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1568648896

  static final int COMM_MAGIC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1129270605

  static final int SSND_MAGIC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1397968452

  static final int AIFC_PCM;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1313820229

  static final int AIFC_ACE2;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1094927666

  static final int AIFC_ACE8;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1094927672

  static final int AIFC_MAC3;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1296122675

  static final int AIFC_MAC6;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1296122678

  static final int AIFC_ULAW;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1970037111

  static final int AIFC_IMA4;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1768775988

  static final int AIFF_HEADERSIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 54

  private final int headerSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 54

  private final int commChunkSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 26

  private final int fverChunkSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 0

  void <init>(javax.sound.sampled.AudioFileFormat$Type, long, javax.sound.sampled.AudioFormat, long);
    descriptor: (Ljavax/sound/sampled/AudioFileFormat$Type;JLjavax/sound/sampled/AudioFormat;J)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // com.sun.media.sound.AiffFileFormat this
        start local 1 // javax.sound.sampled.AudioFileFormat$Type type
        start local 2 // long byteLength
        start local 4 // javax.sound.sampled.AudioFormat format
        start local 5 // long frameLength
         0: .line 72
            aload 0 /* this */
            aload 1 /* type */
            lload 2 /* byteLength */
            aload 4 /* format */
            lload 5 /* frameLength */
            invokespecial com.sun.media.sound.StandardFileFormat.<init>:(Ljavax/sound/sampled/AudioFileFormat$Type;JLjavax/sound/sampled/AudioFormat;J)V
         1: .line 62
            aload 0 /* this */
            bipush 54
            putfield com.sun.media.sound.AiffFileFormat.headerSize:I
         2: .line 65
            aload 0 /* this */
            bipush 26
            putfield com.sun.media.sound.AiffFileFormat.commChunkSize:I
         3: .line 68
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.AiffFileFormat.fverChunkSize:I
         4: .line 73
            return
        end local 5 // long frameLength
        end local 4 // javax.sound.sampled.AudioFormat format
        end local 2 // long byteLength
        end local 1 // javax.sound.sampled.AudioFileFormat$Type type
        end local 0 // com.sun.media.sound.AiffFileFormat this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/media/sound/AiffFileFormat;
            0    5     1         type  Ljavax/sound/sampled/AudioFileFormat$Type;
            0    5     2   byteLength  J
            0    5     4       format  Ljavax/sound/sampled/AudioFormat;
            0    5     5  frameLength  J
    MethodParameters:
             Name  Flags
      type         final
      byteLength   final
      format       final
      frameLength  final

  int getHeaderSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.sound.AiffFileFormat this
         0: .line 76
            bipush 54
            ireturn
        end local 0 // com.sun.media.sound.AiffFileFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/AiffFileFormat;

  int getCommChunkSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.sound.AiffFileFormat this
         0: .line 80
            bipush 26
            ireturn
        end local 0 // com.sun.media.sound.AiffFileFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/AiffFileFormat;

  int getFverChunkSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.sound.AiffFileFormat this
         0: .line 84
            iconst_0
            ireturn
        end local 0 // com.sun.media.sound.AiffFileFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/AiffFileFormat;

  int getSsndChunkOffset();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.AiffFileFormat this
         0: .line 88
            aload 0 /* this */
            invokevirtual com.sun.media.sound.AiffFileFormat.getHeaderSize:()I
            bipush 16
            isub
            ireturn
        end local 0 // com.sun.media.sound.AiffFileFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/AiffFileFormat;
}
SourceFile: "AiffFileFormat.java"
InnerClasses:
  public Type = javax.sound.sampled.AudioFileFormat$Type of javax.sound.sampled.AudioFileFormat