public final class com.fasterxml.jackson.dataformat.yaml.UTF8Reader extends java.io.Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.jackson.dataformat.yaml.UTF8Reader
  super_class: java.io.Reader
{
  private static final int DEFAULT_BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8000

  protected static final java.lang.ThreadLocal<java.lang.ref.SoftReference<byte[][]>> _bufferRecycler;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/ref/SoftReference<[[B>;>;

  protected final byte[][] _bufferHolder;
    descriptor: [[B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private java.io.InputStream _inputSource;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private final boolean _autoClose;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected byte[] _inputBuffer;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  protected int _inputPtr;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int _inputEnd;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int _surrogate;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  int _charCount;
    descriptor: I
    flags: (0x0000) 

  int _byteCount;
    descriptor: I
    flags: (0x0000) 

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 22
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
         1: .line 21
            putstatic com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferRecycler:Ljava/lang/ThreadLocal;
         2: .line 22
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.io.InputStream, boolean);
    descriptor: (Ljava/io/InputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // java.io.InputStream in
        start local 2 // boolean autoClose
         0: .line 67
            aload 0 /* this */
            aload 1 /* in */
            ifnonnull 1
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 1 /* in */
      StackMap locals: uninitialized-this java.io.InputStream int
      StackMap stack: uninitialized-this java.lang.Object
         2: invokespecial java.io.Reader.<init>:(Ljava/lang/Object;)V
         3: .line 47
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._surrogate:I
         4: .line 52
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._charCount:I
         5: .line 57
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._byteCount:I
         6: .line 127
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._tmpBuffer:[C
         7: .line 68
            aload 0 /* this */
            aload 1 /* in */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
         8: .line 69
            aload 0 /* this */
            invokestatic com.fasterxml.jackson.dataformat.yaml.UTF8Reader._findBufferHolder:()[[B
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferHolder:[[B
         9: .line 70
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferHolder:[[B
            iconst_0
            aaload
            astore 3 /* buffer */
        start local 3 // byte[] buffer
        10: .line 71
            aload 3 /* buffer */
            ifnonnull 13
        11: .line 72
            sipush 8000
            newarray 8
            astore 3 /* buffer */
        12: .line 73
            goto 14
        13: .line 74
      StackMap locals: com.fasterxml.jackson.dataformat.yaml.UTF8Reader java.io.InputStream int byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferHolder:[[B
            iconst_0
            aconst_null
            aastore
        14: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* buffer */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
        15: .line 77
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
        16: .line 78
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
        17: .line 79
            aload 0 /* this */
            iload 2 /* autoClose */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._autoClose:Z
        18: .line 80
            return
        end local 3 // byte[] buffer
        end local 2 // boolean autoClose
        end local 1 // java.io.InputStream in
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0   19     1         in  Ljava/io/InputStream;
            0   19     2  autoClose  Z
           10   19     3     buffer  [B
    MethodParameters:
           Name  Flags
      in         
      autoClose  

  public void <init>(byte[], int, int, boolean);
    descriptor: ([BIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // byte[] buf
        start local 2 // int ptr
        start local 3 // int len
        start local 4 // boolean autoClose
         0: .line 84
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial java.io.Reader.<init>:(Ljava/lang/Object;)V
         1: .line 47
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._surrogate:I
         2: .line 52
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._charCount:I
         3: .line 57
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._byteCount:I
         4: .line 127
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._tmpBuffer:[C
         5: .line 85
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
         6: .line 86
            aload 0 /* this */
            aload 1 /* buf */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
         7: .line 87
            aload 0 /* this */
            iload 2 /* ptr */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
         8: .line 88
            aload 0 /* this */
            iload 2 /* ptr */
            iload 3 /* len */
            iadd
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
         9: .line 89
            aload 0 /* this */
            iload 4 /* autoClose */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._autoClose:Z
        10: .line 90
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferHolder:[[B
        11: .line 91
            return
        end local 4 // boolean autoClose
        end local 3 // int len
        end local 2 // int ptr
        end local 1 // byte[] buf
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0   12     1        buf  [B
            0   12     2        ptr  I
            0   12     3        len  I
            0   12     4  autoClose  Z
    MethodParameters:
           Name  Flags
      buf        
      ptr        
      len        
      autoClose  

  private static byte[][] _findBufferHolder();
    descriptor: ()[[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 95
            aconst_null
            astore 0 /* bufs */
        start local 0 // byte[][] bufs
         1: .line 96
            getstatic com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferRecycler:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.ref.SoftReference
            astore 1 /* ref */
        start local 1 // java.lang.ref.SoftReference ref
         2: .line 97
            aload 1 /* ref */
            ifnull 4
         3: .line 98
            aload 1 /* ref */
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast byte[][]
            astore 0 /* bufs */
         4: .line 100
      StackMap locals: byte[][] java.lang.ref.SoftReference
      StackMap stack:
            aload 0 /* bufs */
            ifnonnull 7
         5: .line 101
            iconst_1
            anewarray byte[]
            astore 0 /* bufs */
         6: .line 102
            getstatic com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferRecycler:Ljava/lang/ThreadLocal;
            new java.lang.ref.SoftReference
            dup
            aload 0 /* bufs */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         7: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* bufs */
            areturn
        end local 1 // java.lang.ref.SoftReference ref
        end local 0 // byte[][] bufs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    8     0  bufs  [[B
            2    8     1   ref  Ljava/lang/ref/SoftReference<[[B>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
         0: .line 116
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
            astore 1 /* in */
        start local 1 // java.io.InputStream in
         1: .line 118
            aload 1 /* in */
            ifnull 5
         2: .line 119
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
         3: .line 120
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._autoClose:Z
            ifeq 5
         4: .line 121
            aload 1 /* in */
            invokevirtual java.io.InputStream.close:()V
         5: .line 124
      StackMap locals: java.io.InputStream
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.freeBuffers:()V
         6: .line 125
            return
        end local 1 // java.io.InputStream in
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            1    7     1    in  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
         0: .line 137
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._tmpBuffer:[C
            ifnonnull 2
         1: .line 138
            aload 0 /* this */
            iconst_1
            newarray 5
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._tmpBuffer:[C
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._tmpBuffer:[C
            iconst_0
            iconst_1
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.read:([CII)I
            iconst_1
            if_icmpge 4
         3: .line 141
            iconst_m1
            ireturn
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._tmpBuffer:[C
            iconst_0
            caload
            ireturn
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
    Exceptions:
      throws java.io.IOException

  public int read(char[]);
    descriptor: ([C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // char[] cbuf
         0: .line 148
            aload 0 /* this */
            aload 1 /* cbuf */
            iconst_0
            aload 1 /* cbuf */
            arraylength
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.read:([CII)I
            ireturn
        end local 1 // char[] cbuf
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0    1     1  cbuf  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=4
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // char[] cbuf
        start local 2 // int start
        start local 3 // int len
         0: .line 155
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            ifnonnull 2
         1: .line 156
            iconst_m1
            ireturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iload 2 /* start */
            iadd
            istore 3 /* len */
         3: .line 159
            iload 2 /* start */
            istore 4 /* outPtr */
        start local 4 // int outPtr
         4: .line 162
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._surrogate:I
            iflt 8
         5: .line 163
            aload 1 /* cbuf */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._surrogate:I
            i2c
            castore
         6: .line 164
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._surrogate:I
         7: .line 166
            goto 13
         8: .line 170
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            isub
            istore 5 /* left */
        start local 5 // int left
         9: .line 182
            iload 5 /* left */
            iconst_4
            if_icmpge 13
        10: .line 184
            iload 5 /* left */
            iconst_1
            if_icmplt 11
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            baload
            ifge 13
        11: .line 185
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* left */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.loadMore:(I)Z
            ifne 13
        12: .line 186
            iconst_m1
            ireturn
        end local 5 // int left
        13: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            astore 5 /* buf */
        start local 5 // byte[] buf
        14: .line 192
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            istore 6 /* inPtr */
        start local 6 // int inPtr
        15: .line 193
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
            istore 7 /* inBufLen */
        start local 7 // int inBufLen
        16: .line 196
            goto 72
        17: .line 198
      StackMap locals: byte[] int int
      StackMap stack:
            aload 5 /* buf */
            iload 6 /* inPtr */
            iinc 6 /* inPtr */ 1
            baload
            istore 8 /* c */
        start local 8 // int c
        18: .line 201
            iload 8 /* c */
            iflt 32
        19: .line 202
            aload 1 /* cbuf */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 8 /* c */
            i2c
            castore
        20: .line 206
            iload 3 /* len */
            iload 4 /* outPtr */
            isub
            istore 9 /* outMax */
        start local 9 // int outMax
        21: .line 207
            iload 7 /* inBufLen */
            iload 6 /* inPtr */
            isub
            istore 10 /* inMax */
        start local 10 // int inMax
        22: .line 208
            iload 6 /* inPtr */
            iload 10 /* inMax */
            iload 9 /* outMax */
            if_icmpge 23
            iload 10 /* inMax */
            goto 24
      StackMap locals: com.fasterxml.jackson.dataformat.yaml.UTF8Reader char[] int int int byte[] int int int int int
      StackMap stack: int
        23: iload 9 /* outMax */
      StackMap locals: com.fasterxml.jackson.dataformat.yaml.UTF8Reader char[] int int int byte[] int int int int int
      StackMap stack: int int
        24: iadd
            istore 11 /* inEnd */
        start local 11 // int inEnd
        25: .line 212
      StackMap locals: int
      StackMap stack:
            iload 6 /* inPtr */
            iload 11 /* inEnd */
            if_icmplt 27
        26: .line 213
            goto 73
        27: .line 215
      StackMap locals:
      StackMap stack:
            aload 5 /* buf */
            iload 6 /* inPtr */
            iinc 6 /* inPtr */ 1
            baload
            istore 8 /* c */
        28: .line 216
            iload 8 /* c */
            ifge 30
        29: .line 217
            goto 32
        30: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* cbuf */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 8 /* c */
            i2c
            castore
        31: .line 211
            goto 25
        end local 11 // int inEnd
        end local 10 // int inMax
        end local 9 // int outMax
        32: .line 226
      StackMap locals:
      StackMap stack:
            iload 8 /* c */
            sipush 224
            iand
            sipush 192
            if_icmpne 36
        33: .line 227
            iload 8 /* c */
            bipush 31
            iand
            istore 8 /* c */
        34: .line 228
            iconst_1
            istore 9 /* needed */
        start local 9 // int needed
        35: .line 229
            goto 46
        end local 9 // int needed
      StackMap locals:
      StackMap stack:
        36: iload 8 /* c */
            sipush 240
            iand
            sipush 224
            if_icmpne 40
        37: .line 230
            iload 8 /* c */
            bipush 15
            iand
            istore 8 /* c */
        38: .line 231
            iconst_2
            istore 9 /* needed */
        start local 9 // int needed
        39: .line 232
            goto 46
        end local 9 // int needed
      StackMap locals:
      StackMap stack:
        40: iload 8 /* c */
            sipush 248
            iand
            sipush 240
            if_icmpne 44
        41: .line 234
            iload 8 /* c */
            bipush 15
            iand
            istore 8 /* c */
        42: .line 235
            iconst_3
            istore 9 /* needed */
        start local 9 // int needed
        43: .line 236
            goto 46
        end local 9 // int needed
        44: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* c */
            sipush 255
            iand
            iload 4 /* outPtr */
            iload 2 /* start */
            isub
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportInvalidInitial:(II)V
        45: .line 239
            iconst_1
            istore 9 /* needed */
        start local 9 // int needed
        46: .line 246
      StackMap locals: int
      StackMap stack:
            iload 7 /* inBufLen */
            iload 6 /* inPtr */
            isub
            iload 9 /* needed */
            if_icmpge 49
        47: .line 247
            iinc 6 /* inPtr */ -1
        48: .line 248
            goto 73
        49: .line 251
      StackMap locals:
      StackMap stack:
            aload 5 /* buf */
            iload 6 /* inPtr */
            iinc 6 /* inPtr */ 1
            baload
            istore 10 /* d */
        start local 10 // int d
        50: .line 252
            iload 10 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 52
        51: .line 253
            aload 0 /* this */
            iload 10 /* d */
            sipush 255
            iand
            iload 4 /* outPtr */
            iload 2 /* start */
            isub
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportInvalidOther:(II)V
        52: .line 255
      StackMap locals: int
      StackMap stack:
            iload 8 /* c */
            bipush 6
            ishl
            iload 10 /* d */
            bipush 63
            iand
            ior
            istore 8 /* c */
        53: .line 257
            iload 9 /* needed */
            iconst_1
            if_icmple 69
        54: .line 258
            aload 5 /* buf */
            iload 6 /* inPtr */
            iinc 6 /* inPtr */ 1
            baload
            istore 10 /* d */
        55: .line 259
            iload 10 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 57
        56: .line 260
            aload 0 /* this */
            iload 10 /* d */
            sipush 255
            iand
            iload 4 /* outPtr */
            iload 2 /* start */
            isub
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportInvalidOther:(II)V
        57: .line 262
      StackMap locals:
      StackMap stack:
            iload 8 /* c */
            bipush 6
            ishl
            iload 10 /* d */
            bipush 63
            iand
            ior
            istore 8 /* c */
        58: .line 263
            iload 9 /* needed */
            iconst_2
            if_icmple 69
        59: .line 264
            aload 5 /* buf */
            iload 6 /* inPtr */
            iinc 6 /* inPtr */ 1
            baload
            istore 10 /* d */
        60: .line 265
            iload 10 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 62
        61: .line 266
            aload 0 /* this */
            iload 10 /* d */
            sipush 255
            iand
            iload 4 /* outPtr */
            iload 2 /* start */
            isub
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportInvalidOther:(II)V
        62: .line 268
      StackMap locals:
      StackMap stack:
            iload 8 /* c */
            bipush 6
            ishl
            iload 10 /* d */
            bipush 63
            iand
            ior
            istore 8 /* c */
        63: .line 273
            iload 8 /* c */
            ldc 65536
            isub
            istore 8 /* c */
        64: .line 274
            aload 1 /* cbuf */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            ldc 55296
            iload 8 /* c */
            bipush 10
            ishr
            iadd
            i2c
            castore
        65: .line 276
            ldc 56320
            iload 8 /* c */
            sipush 1023
            iand
            ior
            istore 8 /* c */
        66: .line 279
            iload 4 /* outPtr */
            iload 3 /* len */
            if_icmplt 69
        67: .line 280
            aload 0 /* this */
            iload 8 /* c */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._surrogate:I
        68: .line 281
            goto 73
        69: .line 296
      StackMap locals:
      StackMap stack:
            aload 1 /* cbuf */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 8 /* c */
            i2c
            castore
        70: .line 297
            iload 6 /* inPtr */
            iload 7 /* inBufLen */
            if_icmplt 72
        71: .line 298
            goto 73
        end local 10 // int d
        end local 9 // int needed
        end local 8 // int c
        72: .line 196
      StackMap locals:
      StackMap stack:
            iload 4 /* outPtr */
            iload 3 /* len */
            if_icmplt 17
        73: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* inPtr */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
        74: .line 303
            iload 4 /* outPtr */
            iload 2 /* start */
            isub
            istore 3 /* len */
        75: .line 304
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._charCount:I
            iload 3 /* len */
            iadd
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._charCount:I
        76: .line 305
            iload 3 /* len */
            ireturn
        end local 7 // int inBufLen
        end local 6 // int inPtr
        end local 5 // byte[] buf
        end local 4 // int outPtr
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] cbuf
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   77     0      this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0   77     1      cbuf  [C
            0   77     2     start  I
            0   77     3       len  I
            4   77     4    outPtr  I
            9   13     5      left  I
           14   77     5       buf  [B
           15   77     6     inPtr  I
           16   77     7  inBufLen  I
           18   72     8         c  I
           21   32     9    outMax  I
           22   32    10     inMax  I
           25   32    11     inEnd  I
           35   36     9    needed  I
           39   40     9    needed  I
           43   44     9    needed  I
           46   72     9    needed  I
           50   72    10         d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      cbuf   
      start  
      len    

  protected final java.io.InputStream getStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
         0: .line 314
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
            areturn
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;

  protected final int readBytes();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
         0: .line 324
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
         1: .line 325
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
         2: .line 326
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
            ifnull 7
         3: .line 327
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            arraylength
            invokevirtual java.io.InputStream.read:([BII)I
            istore 1 /* count */
        start local 1 // int count
         4: .line 328
            iload 1 /* count */
            ifle 6
         5: .line 329
            aload 0 /* this */
            iload 1 /* count */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
         6: .line 331
      StackMap locals: int
      StackMap stack:
            iload 1 /* count */
            ireturn
        end local 1 // int count
         7: .line 333
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            4    7     1  count  I
    Exceptions:
      throws java.io.IOException

  protected final int readBytesAt(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // int offset
         0: .line 346
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
            ifnull 5
         1: .line 347
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputSource:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            iload 1 /* offset */
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            arraylength
            iload 1 /* offset */
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 2 /* count */
        start local 2 // int count
         2: .line 348
            iload 2 /* count */
            ifle 4
         3: .line 349
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
            iload 2 /* count */
            iadd
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
         4: .line 351
      StackMap locals: int
      StackMap stack:
            iload 2 /* count */
            ireturn
        end local 2 // int count
         5: .line 353
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // int offset
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0    6     1  offset  I
            2    5     2   count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      offset  

  public final void freeBuffers();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
         0: .line 363
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferHolder:[[B
            ifnull 5
         1: .line 364
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            astore 1 /* buf */
        start local 1 // byte[] buf
         2: .line 365
            aload 1 /* buf */
            ifnull 5
         3: .line 366
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
         4: .line 367
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferHolder:[[B
            iconst_0
            aload 1 /* buf */
            aastore
        end local 1 // byte[] buf
         5: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            2    5     1   buf  [B

  private void reportInvalidInitial(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // int mask
        start local 2 // int offset
         0: .line 381
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._byteCount:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            iadd
            iconst_1
            isub
            istore 3 /* bytePos */
        start local 3 // int bytePos
         1: .line 382
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._charCount:I
            iload 2 /* offset */
            iadd
            iconst_1
            iadd
            istore 4 /* charPos */
        start local 4 // int charPos
         2: .line 384
            new java.io.CharConversionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid UTF-8 start byte 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* mask */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 385
            ldc " (at char #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* charPos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", byte #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* bytePos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 384
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // int charPos
        end local 3 // int bytePos
        end local 2 // int offset
        end local 1 // int mask
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0    5     1     mask  I
            0    5     2   offset  I
            1    5     3  bytePos  I
            2    5     4  charPos  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      mask    
      offset  

  private void reportInvalidOther(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // int mask
        start local 2 // int offset
         0: .line 391
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._byteCount:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            iadd
            iconst_1
            isub
            istore 3 /* bytePos */
        start local 3 // int bytePos
         1: .line 392
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._charCount:I
            iload 2 /* offset */
            iadd
            istore 4 /* charPos */
        start local 4 // int charPos
         2: .line 394
            new java.io.CharConversionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid UTF-8 middle byte 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* mask */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 395
            ldc " (at char #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* charPos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", byte #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* bytePos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 394
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // int charPos
        end local 3 // int bytePos
        end local 2 // int offset
        end local 1 // int mask
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0    5     1     mask  I
            0    5     2   offset  I
            1    5     3  bytePos  I
            2    5     4  charPos  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      mask    
      offset  

  private void reportUnexpectedEOF(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // int gotBytes
        start local 2 // int needed
         0: .line 401
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._byteCount:I
            iload 1 /* gotBytes */
            iadd
            istore 3 /* bytePos */
        start local 3 // int bytePos
         1: .line 402
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._charCount:I
            istore 4 /* charPos */
        start local 4 // int charPos
         2: .line 404
            new java.io.CharConversionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected EOF in the middle of a multi-byte char: got "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 405
            iload 1 /* gotBytes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", needed "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* needed */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", at char #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* charPos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", byte #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* bytePos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 404
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // int charPos
        end local 3 // int bytePos
        end local 2 // int needed
        end local 1 // int gotBytes
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0    5     1  gotBytes  I
            0    5     2    needed  I
            1    5     3   bytePos  I
            2    5     4   charPos  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      gotBytes  
      needed    

  private boolean loadMore(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // int available
         0: .line 427
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._byteCount:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
            iload 1 /* available */
            isub
            iadd
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._byteCount:I
         1: .line 430
            iload 1 /* available */
            ifle 13
         2: .line 431
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            ifle 19
         3: .line 433
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._bufferHolder:[[B
            ifnonnull 5
         4: .line 434
            new java.lang.IllegalStateException
            dup
            ldc "Internal error: need to move partially decoded character; buffer not modifiable"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 437
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 9
         7: .line 438
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            iload 2 /* i */
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            iload 2 /* i */
            iadd
            baload
            bastore
         8: .line 437
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            iload 1 /* available */
            if_icmplt 7
        end local 2 // int i
        10: .line 440
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
        11: .line 441
            aload 0 /* this */
            iload 1 /* available */
            putfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
        12: .line 443
            goto 19
        13: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.readBytes:()I
            istore 2 /* count */
        start local 2 // int count
        14: .line 448
            iload 2 /* count */
            iconst_1
            if_icmpge 19
        15: .line 449
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.freeBuffers:()V
        16: .line 450
            iload 2 /* count */
            ifge 18
        17: .line 451
            iconst_0
            ireturn
        18: .line 454
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportStrangeStream:()V
        end local 2 // int count
        19: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            baload
            istore 2 /* c */
        start local 2 // int c
        20: .line 463
            iload 2 /* c */
            iflt 22
        21: .line 464
            iconst_1
            ireturn
        22: .line 469
      StackMap locals: int
      StackMap stack:
            iload 2 /* c */
            sipush 224
            iand
            sipush 192
            if_icmpne 25
        23: .line 470
            iconst_2
            istore 3 /* needed */
        start local 3 // int needed
        24: .line 471
            goto 40
        end local 3 // int needed
      StackMap locals:
      StackMap stack:
        25: iload 2 /* c */
            sipush 240
            iand
            sipush 224
            if_icmpne 28
        26: .line 472
            iconst_3
            istore 3 /* needed */
        start local 3 // int needed
        27: .line 473
            goto 40
        end local 3 // int needed
      StackMap locals:
      StackMap stack:
        28: iload 2 /* c */
            sipush 248
            iand
            sipush 240
            if_icmpne 31
        29: .line 475
            iconst_4
            istore 3 /* needed */
        start local 3 // int needed
        30: .line 476
            goto 40
        end local 3 // int needed
        31: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            sipush 255
            iand
            iconst_0
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportInvalidInitial:(II)V
        32: .line 479
            iconst_1
            istore 3 /* needed */
        start local 3 // int needed
        33: .line 486
            goto 40
        34: .line 487
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.readBytesAt:(I)I
            istore 4 /* count */
        start local 4 // int count
        35: .line 488
            iload 4 /* count */
            iconst_1
            if_icmpge 40
        36: .line 489
            iload 4 /* count */
            ifge 39
        37: .line 490
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.freeBuffers:()V
        38: .line 491
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
            iload 3 /* needed */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportUnexpectedEOF:(II)V
        39: .line 494
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.UTF8Reader.reportStrangeStream:()V
        end local 4 // int count
        40: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputPtr:I
            iload 3 /* needed */
            iadd
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.UTF8Reader._inputEnd:I
            if_icmpgt 34
        41: .line 497
            iconst_1
            ireturn
        end local 3 // int needed
        end local 2 // int c
        end local 1 // int available
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   42     0       this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0   42     1  available  I
            6   10     2          i  I
           14   19     2      count  I
           20   42     2          c  I
           24   25     3     needed  I
           27   28     3     needed  I
           30   31     3     needed  I
           33   42     3     needed  I
           35   40     4      count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      available  

  protected void reportBounds(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
        start local 1 // char[] cbuf
        start local 2 // int start
        start local 3 // int len
         0: .line 501
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "read(buf,"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* start */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "), cbuf["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* cbuf */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] cbuf
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
            0    1     1   cbuf  [C
            0    1     2  start  I
            0    1     3    len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      cbuf   
      start  
      len    

  protected void reportStrangeStream();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
         0: .line 505
            new java.io.IOException
            dup
            ldc "Strange I/O stream, returned 0 bytes on read"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/UTF8Reader;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "UTF8Reader.java"