public class org.apache.batik.util.io.ASCIIDecoder extends org.apache.batik.util.io.AbstractCharDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.util.io.ASCIIDecoder
  super_class: org.apache.batik.util.io.AbstractCharDecoder
{
  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 // org.apache.batik.util.io.ASCIIDecoder this
        start local 1 // java.io.InputStream is
         0: .line 37
            aload 0 /* this */
            aload 1 /* is */
            invokespecial org.apache.batik.util.io.AbstractCharDecoder.<init>:(Ljava/io/InputStream;)V
         1: .line 38
            return
        end local 1 // java.io.InputStream is
        end local 0 // org.apache.batik.util.io.ASCIIDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/util/io/ASCIIDecoder;
            0    2     1    is  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      is    

  public int readChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.batik.util.io.ASCIIDecoder this
         0: .line 45
            aload 0 /* this */
            getfield org.apache.batik.util.io.ASCIIDecoder.position:I
            aload 0 /* this */
            getfield org.apache.batik.util.io.ASCIIDecoder.count:I
            if_icmpne 2
         1: .line 46
            aload 0 /* this */
            invokevirtual org.apache.batik.util.io.ASCIIDecoder.fillBuffer:()V
         2: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.util.io.ASCIIDecoder.count:I
            iconst_m1
            if_icmpne 4
         3: .line 49
            iconst_m1
            ireturn
         4: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.util.io.ASCIIDecoder.buffer:[B
            aload 0 /* this */
            dup
            getfield org.apache.batik.util.io.ASCIIDecoder.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.batik.util.io.ASCIIDecoder.position:I
            baload
            istore 1 /* result */
        start local 1 // int result
         5: .line 52
            iload 1 /* result */
            ifge 7
         6: .line 53
            aload 0 /* this */
            ldc "ASCII"
            invokevirtual org.apache.batik.util.io.ASCIIDecoder.charError:(Ljava/lang/String;)V
         7: .line 55
      StackMap locals: int
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.batik.util.io.ASCIIDecoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/batik/util/io/ASCIIDecoder;
            5    8     1  result  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ASCIIDecoder.java"