abstract class com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb
  super_class: java.lang.Object
{
  long streamPos;
    descriptor: J
    flags: (0x0000) 

  final com.sun.imageio.plugins.jpeg.JFIFMarkerSegment this$0;
    descriptor: Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  abstract int getLength();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  abstract int getWidth();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  abstract int getHeight();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  abstract java.awt.image.BufferedImage getThumbnail(javax.imageio.stream.ImageInputStream, com.sun.imageio.plugins.jpeg.JPEGImageReader);
    descriptor: (Ljavax/imageio/stream/ImageInputStream;Lcom/sun/imageio/plugins/jpeg/JPEGImageReader;)Ljava/awt/image/BufferedImage;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      iis     
      reader  

  protected void <init>(com.sun.imageio.plugins.jpeg.JFIFMarkerSegment);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb this
         0: .line 815
            aload 0 /* this */
            aload 1
            putfield com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb.this$0:Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 807
            aload 0 /* this */
            ldc -1
            putfield com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb.streamPos:J
         2: .line 815
            return
        end local 0 // com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment$JFIFThumb;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void <init>(com.sun.imageio.plugins.jpeg.JFIFMarkerSegment, com.sun.imageio.plugins.jpeg.JPEGBuffer);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment;Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb this
        start local 2 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
         0: .line 817
            aload 0 /* this */
            aload 1
            putfield com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb.this$0:Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 807
            aload 0 /* this */
            ldc -1
            putfield com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb.streamPos:J
         2: .line 819
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual com.sun.imageio.plugins.jpeg.JPEGBuffer.getStreamPosition:()J
            putfield com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb.streamPos:J
         3: .line 820
            return
        end local 2 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
        end local 0 // com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment$JFIFThumb;
            0    4     2  buffer  Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      this$0  final
      buffer  

  abstract void print();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  abstract javax.imageio.metadata.IIOMetadataNode getNativeNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0400) ACC_ABSTRACT

  abstract void write(javax.imageio.stream.ImageOutputStream, com.sun.imageio.plugins.jpeg.JPEGImageWriter);
    descriptor: (Ljavax/imageio/stream/ImageOutputStream;Lcom/sun/imageio/plugins/jpeg/JPEGImageWriter;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ios     
      writer  

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb this
         0: .line 831
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 832
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 833
            aconst_null
            areturn
        end local 0 // com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/imageio/plugins/jpeg/JFIFMarkerSegment$JFIFThumb;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException
}
SourceFile: "JFIFMarkerSegment.java"
NestHost: com.sun.imageio.plugins.jpeg.JFIFMarkerSegment
InnerClasses:
  abstract JFIFThumb = com.sun.imageio.plugins.jpeg.JFIFMarkerSegment$JFIFThumb of com.sun.imageio.plugins.jpeg.JFIFMarkerSegment