class com.sun.media.sound.StandardFileFormat extends javax.sound.sampled.AudioFileFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.media.sound.StandardFileFormat
  super_class: javax.sound.sampled.AudioFileFormat
{
  private final long byteLength;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long frameLength;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(javax.sound.sampled.AudioFileFormat$Type, javax.sound.sampled.AudioFormat, long);
    descriptor: (Ljavax/sound/sampled/AudioFileFormat$Type;Ljavax/sound/sampled/AudioFormat;J)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // com.sun.media.sound.StandardFileFormat this
        start local 1 // javax.sound.sampled.AudioFileFormat$Type type
        start local 2 // javax.sound.sampled.AudioFormat format
        start local 3 // long frameLength
         0: .line 59
            aload 0 /* this */
            aload 1 /* type */
            ldc -1
            aload 2 /* format */
            lload 3 /* frameLength */
            invokespecial com.sun.media.sound.StandardFileFormat.<init>:(Ljavax/sound/sampled/AudioFileFormat$Type;JLjavax/sound/sampled/AudioFormat;J)V
         1: .line 60
            return
        end local 3 // long frameLength
        end local 2 // javax.sound.sampled.AudioFormat format
        end local 1 // javax.sound.sampled.AudioFileFormat$Type type
        end local 0 // com.sun.media.sound.StandardFileFormat this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/media/sound/StandardFileFormat;
            0    2     1         type  Ljavax/sound/sampled/AudioFileFormat$Type;
            0    2     2       format  Ljavax/sound/sampled/AudioFormat;
            0    2     3  frameLength  J
    MethodParameters:
             Name  Flags
      type         final
      format       final
      frameLength  final

  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=6, locals=7, args_size=5
        start local 0 // com.sun.media.sound.StandardFileFormat 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 74
            aload 0 /* this */
            aload 1 /* type */
            lload 2 /* byteLength */
            invokestatic com.sun.media.sound.StandardFileFormat.clip:(J)I
            aload 4 /* format */
            lload 5 /* frameLength */
            invokestatic com.sun.media.sound.StandardFileFormat.clip:(J)I
            invokespecial javax.sound.sampled.AudioFileFormat.<init>:(Ljavax/sound/sampled/AudioFileFormat$Type;ILjavax/sound/sampled/AudioFormat;I)V
         1: .line 75
            aload 0 /* this */
            lload 2 /* byteLength */
            putfield com.sun.media.sound.StandardFileFormat.byteLength:J
         2: .line 76
            aload 0 /* this */
            lload 5 /* frameLength */
            putfield com.sun.media.sound.StandardFileFormat.frameLength:J
         3: .line 77
            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.StandardFileFormat this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/media/sound/StandardFileFormat;
            0    4     1         type  Ljavax/sound/sampled/AudioFileFormat$Type;
            0    4     2   byteLength  J
            0    4     4       format  Ljavax/sound/sampled/AudioFormat;
            0    4     5  frameLength  J
    MethodParameters:
             Name  Flags
      type         final
      byteLength   final
      format       final
      frameLength  final

  private static int clip(long);
    descriptor: (J)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long value
         0: .line 87
            lload 0 /* value */
            ldc 2147483647
            lcmp
            ifle 2
         1: .line 88
            iconst_m1
            ireturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            lload 0 /* value */
            l2i
            ireturn
        end local 0 // long value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  value  J
    MethodParameters:
       Name  Flags
      value  final

  public final long getLongFrameLength();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.StandardFileFormat this
         0: .line 101
            aload 0 /* this */
            getfield com.sun.media.sound.StandardFileFormat.frameLength:J
            lreturn
        end local 0 // com.sun.media.sound.StandardFileFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/StandardFileFormat;

  public final long getLongByteLength();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.StandardFileFormat this
         0: .line 112
            aload 0 /* this */
            getfield com.sun.media.sound.StandardFileFormat.byteLength:J
            lreturn
        end local 0 // com.sun.media.sound.StandardFileFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/StandardFileFormat;
}
SourceFile: "StandardFileFormat.java"
InnerClasses:
  public Type = javax.sound.sampled.AudioFileFormat$Type of javax.sound.sampled.AudioFileFormat