public class org.yaml.snakeyaml.reader.StreamReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.yaml.snakeyaml.reader.StreamReader
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private final java.io.Reader stream;
    descriptor: Ljava/io/Reader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int[] dataWindow;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int dataLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int pointer;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean eof;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int line;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int column;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private char[] buffer;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private static final int BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1025

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
        start local 1 // java.lang.String stream
         0: .line 63
            aload 0 /* this */
            new java.io.StringReader
            dup
            aload 1 /* stream */
            invokespecial java.io.StringReader.<init>:(Ljava/lang/String;)V
            invokespecial org.yaml.snakeyaml.reader.StreamReader.<init>:(Ljava/io/Reader;)V
         1: .line 64
            aload 0 /* this */
            ldc "'string'"
            putfield org.yaml.snakeyaml.reader.StreamReader.name:Ljava/lang/String;
         2: .line 65
            return
        end local 1 // java.lang.String stream
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/yaml/snakeyaml/reader/StreamReader;
            0    3     1  stream  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      stream  

  public void <init>(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
        start local 1 // java.io.Reader reader
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
         2: .line 54
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.index:I
         3: .line 55
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.line:I
         4: .line 56
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.column:I
         5: .line 68
            aload 0 /* this */
            ldc "'reader'"
            putfield org.yaml.snakeyaml.reader.StreamReader.name:Ljava/lang/String;
         6: .line 69
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
         7: .line 70
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.dataLength:I
         8: .line 71
            aload 0 /* this */
            aload 1 /* reader */
            putfield org.yaml.snakeyaml.reader.StreamReader.stream:Ljava/io/Reader;
         9: .line 72
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.eof:Z
        10: .line 73
            aload 0 /* this */
            sipush 1025
            newarray 5
            putfield org.yaml.snakeyaml.reader.StreamReader.buffer:[C
        11: .line 74
            return
        end local 1 // java.io.Reader reader
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/yaml/snakeyaml/reader/StreamReader;
            0   12     1  reader  Ljava/io/Reader;
    MethodParameters:
        Name  Flags
      reader  

  public static boolean isPrintable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.lang.String data
         0: .line 77
            aload 0 /* data */
            invokevirtual java.lang.String.length:()I
            istore 1 /* length */
        start local 1 // int length
         1: .line 78
            iconst_0
            istore 2 /* offset */
        start local 2 // int offset
         2: goto 7
         3: .line 79
      StackMap locals: int int
      StackMap stack:
            aload 0 /* data */
            iload 2 /* offset */
            invokevirtual java.lang.String.codePointAt:(I)I
            istore 3 /* codePoint */
        start local 3 // int codePoint
         4: .line 81
            iload 3 /* codePoint */
            invokestatic org.yaml.snakeyaml.reader.StreamReader.isPrintable:(I)Z
            ifne 6
         5: .line 82
            iconst_0
            ireturn
         6: .line 85
      StackMap locals: int
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* codePoint */
            invokestatic java.lang.Character.charCount:(I)I
            iadd
            istore 2 /* offset */
        end local 3 // int codePoint
         7: .line 78
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 1 /* length */
            if_icmplt 3
        end local 2 // int offset
         8: .line 88
            iconst_1
            ireturn
        end local 1 // int length
        end local 0 // java.lang.String data
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       data  Ljava/lang/String;
            1    9     1     length  I
            2    8     2     offset  I
            4    7     3  codePoint  I
    MethodParameters:
      Name  Flags
      data  final

  public static boolean isPrintable(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int c
         0: .line 92
            iload 0 /* c */
            bipush 32
            if_icmplt 1
            iload 0 /* c */
            bipush 126
            if_icmple 7
      StackMap locals:
      StackMap stack:
         1: iload 0 /* c */
            bipush 9
            if_icmpeq 7
            iload 0 /* c */
            bipush 10
            if_icmpeq 7
            iload 0 /* c */
            bipush 13
            if_icmpeq 7
            iload 0 /* c */
            sipush 133
            if_icmpeq 7
         2: .line 93
            iload 0 /* c */
            sipush 160
            if_icmplt 3
            iload 0 /* c */
            ldc 55295
            if_icmple 7
      StackMap locals:
      StackMap stack:
         3: iload 0 /* c */
            ldc 57344
            if_icmplt 4
            iload 0 /* c */
            ldc 65533
            if_icmple 7
         4: .line 94
      StackMap locals:
      StackMap stack:
            iload 0 /* c */
            ldc 65536
            if_icmplt 6
            iload 0 /* c */
            ldc 1114111
         5: .line 92
            if_icmple 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 0 // int c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     c  I
    MethodParameters:
      Name  Flags
      c     final

  public org.yaml.snakeyaml.error.Mark getMark();
    descriptor: ()Lorg/yaml/snakeyaml/error/Mark;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 98
            new org.yaml.snakeyaml.error.Mark
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.name:Ljava/lang/String;
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.index:I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.line:I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.column:I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            invokespecial org.yaml.snakeyaml.error.Mark.<init>:(Ljava/lang/String;III[II)V
            areturn
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;

  public void forward();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 102
            aload 0 /* this */
            iconst_1
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.forward:(I)V
         1: .line 103
            return
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;

  public void forward(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
        start local 1 // int length
         0: .line 112
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 12
         2: .line 113
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            dup
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            dup_x1
            iconst_1
            iadd
            putfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iaload
            istore 3 /* c */
        start local 3 // int c
         3: .line 114
            aload 0 /* this */
            dup
            getfield org.yaml.snakeyaml.reader.StreamReader.index:I
            iconst_1
            iadd
            putfield org.yaml.snakeyaml.reader.StreamReader.index:I
         4: .line 115
            getstatic org.yaml.snakeyaml.scanner.Constant.LINEBR:Lorg/yaml/snakeyaml/scanner/Constant;
            iload 3 /* c */
            invokevirtual org.yaml.snakeyaml.scanner.Constant.has:(I)Z
            ifne 6
         5: .line 116
            iload 3 /* c */
            bipush 13
            if_icmpne 9
            aload 0 /* this */
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData:()Z
            ifeq 9
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iaload
            bipush 10
            if_icmpeq 9
         6: .line 117
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.yaml.snakeyaml.reader.StreamReader.line:I
            iconst_1
            iadd
            putfield org.yaml.snakeyaml.reader.StreamReader.line:I
         7: .line 118
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.column:I
         8: .line 119
            goto 11
      StackMap locals:
      StackMap stack:
         9: iload 3 /* c */
            ldc 65279
            if_icmpeq 11
        10: .line 120
            aload 0 /* this */
            dup
            getfield org.yaml.snakeyaml.reader.StreamReader.column:I
            iconst_1
            iadd
            putfield org.yaml.snakeyaml.reader.StreamReader.column:I
        end local 3 // int c
        11: .line 112
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            iload 1 /* length */
            if_icmpge 13
            aload 0 /* this */
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData:()Z
            ifne 2
        end local 2 // int i
        13: .line 123
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int length
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/yaml/snakeyaml/reader/StreamReader;
            0   14     1  length  I
            1   13     2       i  I
            3   11     3       c  I
    MethodParameters:
        Name  Flags
      length  

  public int peek();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 126
            aload 0 /* this */
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData:()Z
            ifeq 1
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;

  public int peek(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
        start local 1 // int index
         0: .line 136
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData:(I)Z
            ifeq 1
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iload 1 /* index */
            iadd
            iaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int index
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/yaml/snakeyaml/reader/StreamReader;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String prefix(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
        start local 1 // int length
         0: .line 146
            iload 1 /* length */
            ifne 2
         1: .line 147
            ldc ""
            areturn
         2: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData:(I)Z
            ifeq 4
         3: .line 149
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iload 1 /* length */
            invokespecial java.lang.String.<init>:([III)V
            areturn
         4: .line 151
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
         5: .line 152
            iload 1 /* length */
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataLength:I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            isub
            invokestatic java.lang.Math.min:(II)I
         6: .line 151
            invokespecial java.lang.String.<init>:([III)V
            areturn
        end local 1 // int length
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/yaml/snakeyaml/reader/StreamReader;
            0    7     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public java.lang.String prefixForward(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
        start local 1 // int length
         0: .line 162
            aload 0 /* this */
            iload 1 /* length */
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.prefix:(I)Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         1: .line 163
            aload 0 /* this */
            dup
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iload 1 /* length */
            iadd
            putfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
         2: .line 164
            aload 0 /* this */
            dup
            getfield org.yaml.snakeyaml.reader.StreamReader.index:I
            iload 1 /* length */
            iadd
            putfield org.yaml.snakeyaml.reader.StreamReader.index:I
         3: .line 166
            aload 0 /* this */
            dup
            getfield org.yaml.snakeyaml.reader.StreamReader.column:I
            iload 1 /* length */
            iadd
            putfield org.yaml.snakeyaml.reader.StreamReader.column:I
         4: .line 167
            aload 2 /* prefix */
            areturn
        end local 2 // java.lang.String prefix
        end local 1 // int length
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/yaml/snakeyaml/reader/StreamReader;
            0    5     1  length  I
            1    5     2  prefix  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      length  

  private boolean ensureEnoughData();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 171
            aload 0 /* this */
            iconst_0
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData:(I)Z
            ireturn
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;

  private boolean ensureEnoughData(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
        start local 1 // int size
         0: .line 175
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.eof:Z
            ifne 2
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iload 1 /* size */
            iadd
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataLength:I
            if_icmplt 2
         1: .line 176
            aload 0 /* this */
            invokevirtual org.yaml.snakeyaml.reader.StreamReader.update:()V
         2: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            iload 1 /* size */
            iadd
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataLength:I
            if_icmpge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // int size
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  private void update();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 183
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.stream:Ljava/io/Reader;
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.buffer:[C
            iconst_0
            sipush 1024
            invokevirtual java.io.Reader.read:([CII)I
            istore 1 /* read */
        start local 1 // int read
         1: .line 184
            iload 1 /* read */
            ifle 27
         2: .line 185
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataLength:I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            isub
            istore 2 /* cpIndex */
        start local 2 // int cpIndex
         3: .line 186
            aload 0 /* this */
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataLength:I
            iload 1 /* read */
            iadd
            invokestatic java.util.Arrays.copyOfRange:([III)[I
            putfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
         4: .line 188
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.buffer:[C
            iload 1 /* read */
            iconst_1
            isub
            caload
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 9
         5: .line 189
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.stream:Ljava/io/Reader;
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.buffer:[C
            iload 1 /* read */
            iconst_1
            invokevirtual java.io.Reader.read:([CII)I
            iconst_m1
            if_icmpne 8
         6: .line 190
            aload 0 /* this */
            iconst_1
            putfield org.yaml.snakeyaml.reader.StreamReader.eof:Z
         7: .line 191
            goto 9
         8: .line 192
      StackMap locals: int int
      StackMap stack:
            iinc 1 /* read */ 1
         9: .line 196
      StackMap locals:
      StackMap stack:
            bipush 32
            istore 3 /* nonPrintable */
        start local 3 // int nonPrintable
        10: .line 197
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: goto 20
        12: .line 198
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.buffer:[C
            iload 4 /* i */
            invokestatic java.lang.Character.codePointAt:([CI)I
            istore 5 /* codePoint */
        start local 5 // int codePoint
        13: .line 199
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.dataWindow:[I
            iload 2 /* cpIndex */
            iload 5 /* codePoint */
            iastore
        14: .line 200
            iload 5 /* codePoint */
            invokestatic org.yaml.snakeyaml.reader.StreamReader.isPrintable:(I)Z
            ifeq 17
        15: .line 201
            iload 4 /* i */
            iload 5 /* codePoint */
            invokestatic java.lang.Character.charCount:(I)I
            iadd
            istore 4 /* i */
        16: .line 202
            goto 19
        17: .line 203
      StackMap locals: int
      StackMap stack:
            iload 5 /* codePoint */
            istore 3 /* nonPrintable */
        18: .line 204
            iload 1 /* read */
            istore 4 /* i */
        end local 5 // int codePoint
        19: .line 197
      StackMap locals:
      StackMap stack:
            iinc 2 /* cpIndex */ 1
      StackMap locals:
      StackMap stack:
        20: iload 4 /* i */
            iload 1 /* read */
            if_icmplt 12
        end local 4 // int i
        21: .line 208
            aload 0 /* this */
            iload 2 /* cpIndex */
            putfield org.yaml.snakeyaml.reader.StreamReader.dataLength:I
        22: .line 209
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.reader.StreamReader.pointer:I
        23: .line 210
            iload 3 /* nonPrintable */
            bipush 32
            if_icmpeq 31
        24: .line 211
            new org.yaml.snakeyaml.reader.ReaderException
            dup
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.name:Ljava/lang/String;
            iload 2 /* cpIndex */
            iconst_1
            isub
            iload 3 /* nonPrintable */
        25: .line 212
            ldc "special characters are not allowed"
        26: .line 211
            invokespecial org.yaml.snakeyaml.reader.ReaderException.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            athrow
        end local 3 // int nonPrintable
        end local 2 // int cpIndex
        27: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.yaml.snakeyaml.reader.StreamReader.eof:Z
        end local 1 // int read
        28: .line 217
            goto 31
      StackMap locals: org.yaml.snakeyaml.reader.StreamReader
      StackMap stack: java.io.IOException
        29: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
        30: .line 218
            new org.yaml.snakeyaml.error.YAMLException
            dup
            aload 1 /* ioe */
            invokespecial org.yaml.snakeyaml.error.YAMLException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException ioe
        31: .line 220
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lorg/yaml/snakeyaml/reader/StreamReader;
            1   28     1          read  I
            3   27     2       cpIndex  I
           10   27     3  nonPrintable  I
           11   21     4             i  I
           13   19     5     codePoint  I
           30   31     1           ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    28      29  Class java.io.IOException

  public int getColumn();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 224
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.column:I
            ireturn
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 231
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.index:I
            ireturn
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;

  public int getLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.yaml.snakeyaml.reader.StreamReader this
         0: .line 235
            aload 0 /* this */
            getfield org.yaml.snakeyaml.reader.StreamReader.line:I
            ireturn
        end local 0 // org.yaml.snakeyaml.reader.StreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/yaml/snakeyaml/reader/StreamReader;
}
SourceFile: "StreamReader.java"