class javax.swing.JEditorPane$PageStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.JEditorPane$PageStream
  super_class: java.io.FilterInputStream
{
  boolean canceled;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JEditorPane$PageStream this
        start local 1 // java.io.InputStream i
         0: .line 723
            aload 0 /* this */
            aload 1 /* i */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 724
            aload 0 /* this */
            iconst_0
            putfield javax.swing.JEditorPane$PageStream.canceled:Z
         2: .line 725
            return
        end local 1 // java.io.InputStream i
        end local 0 // javax.swing.JEditorPane$PageStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/JEditorPane$PageStream;
            0    3     1     i  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      i     

  public synchronized void cancel();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JEditorPane$PageStream this
         0: .line 732
            aload 0 /* this */
            iconst_1
            putfield javax.swing.JEditorPane$PageStream.canceled:Z
         1: .line 733
            return
        end local 0 // javax.swing.JEditorPane$PageStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JEditorPane$PageStream;

  protected synchronized void checkCanceled();
    descriptor: ()V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.swing.JEditorPane$PageStream this
         0: .line 736
            aload 0 /* this */
            getfield javax.swing.JEditorPane$PageStream.canceled:Z
            ifeq 2
         1: .line 737
            new java.io.IOException
            dup
            ldc "page canceled"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 739
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.swing.JEditorPane$PageStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/JEditorPane$PageStream;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JEditorPane$PageStream this
         0: .line 742
            aload 0 /* this */
            invokevirtual javax.swing.JEditorPane$PageStream.checkCanceled:()V
         1: .line 743
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.read:()I
            ireturn
        end local 0 // javax.swing.JEditorPane$PageStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JEditorPane$PageStream;
    Exceptions:
      throws java.io.IOException

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.JEditorPane$PageStream this
        start local 1 // long n
         0: .line 747
            aload 0 /* this */
            invokevirtual javax.swing.JEditorPane$PageStream.checkCanceled:()V
         1: .line 748
            aload 0 /* this */
            lload 1 /* n */
            invokespecial java.io.FilterInputStream.skip:(J)J
            lreturn
        end local 1 // long n
        end local 0 // javax.swing.JEditorPane$PageStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JEditorPane$PageStream;
            0    2     1     n  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JEditorPane$PageStream this
         0: .line 752
            aload 0 /* this */
            invokevirtual javax.swing.JEditorPane$PageStream.checkCanceled:()V
         1: .line 753
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.available:()I
            ireturn
        end local 0 // javax.swing.JEditorPane$PageStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JEditorPane$PageStream;
    Exceptions:
      throws java.io.IOException

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JEditorPane$PageStream this
         0: .line 757
            aload 0 /* this */
            invokevirtual javax.swing.JEditorPane$PageStream.checkCanceled:()V
         1: .line 758
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.reset:()V
         2: .line 759
            return
        end local 0 // javax.swing.JEditorPane$PageStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/JEditorPane$PageStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "JEditorPane.java"
NestHost: javax.swing.JEditorPane
InnerClasses:
  PageStream = javax.swing.JEditorPane$PageStream of javax.swing.JEditorPane