public abstract class org.apache.batik.util.io.NormalizingReader extends java.io.Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.batik.util.io.NormalizingReader
  super_class: java.io.Reader
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.util.io.NormalizingReader this
         0: .line 32
            aload 0 /* this */
            invokespecial java.io.Reader.<init>:()V
            return
        end local 0 // org.apache.batik.util.io.NormalizingReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/util/io/NormalizingReader;

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.batik.util.io.NormalizingReader this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 43
            iload 3 /* len */
            ifne 2
         1: .line 44
            iconst_0
            ireturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            istore 4 /* c */
        start local 4 // int c
         3: .line 48
            iload 4 /* c */
            iconst_m1
            if_icmpne 5
         4: .line 49
            iconst_m1
            ireturn
         5: .line 51
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* result */
        start local 5 // int result
         6: .line 53
      StackMap locals: int
      StackMap stack:
            aload 1 /* cbuf */
            iload 5 /* result */
            iload 2 /* off */
            iadd
            iload 4 /* c */
            i2c
            castore
         7: .line 54
            iinc 5 /* result */ 1
         8: .line 55
            aload 0 /* this */
            invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
            istore 4 /* c */
         9: .line 56
            iload 4 /* c */
            iconst_m1
            if_icmpeq 11
            iload 5 /* result */
            iload 3 /* len */
        10: .line 52
            if_icmplt 6
        11: .line 57
      StackMap locals:
      StackMap stack:
            iload 5 /* result */
            ireturn
        end local 5 // int result
        end local 4 // int c
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // org.apache.batik.util.io.NormalizingReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/apache/batik/util/io/NormalizingReader;
            0   12     1    cbuf  [C
            0   12     2     off  I
            0   12     3     len  I
            3   12     4       c  I
            6   12     5  result  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public abstract int getLine();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getColumn();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "NormalizingReader.java"