public final class com.fasterxml.aalto.in.ByteSourceBootstrapper extends com.fasterxml.aalto.in.InputBootstrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.aalto.in.ByteSourceBootstrapper
  super_class: com.fasterxml.aalto.in.InputBootstrapper
{
  private static final byte BYTE_NULL;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte BYTE_CR;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  private static final byte BYTE_LF;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  final java.io.InputStream _in;
    descriptor: Ljava/io/InputStream;
    flags: (0x0010) ACC_FINAL

  final byte[] _inputBuffer;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

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

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

  boolean mBigEndian;
    descriptor: Z
    flags: (0x0000) 

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

  boolean mHadBOM;
    descriptor: Z
    flags: (0x0000) 

  boolean mByteSizeFound;
    descriptor: Z
    flags: (0x0000) 

  private void <init>(com.fasterxml.aalto.in.ReaderConfig, java.io.InputStream);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/InputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        start local 2 // java.io.InputStream in
         0: .line 85
            aload 0 /* this */
            aload 1 /* cfg */
            invokespecial com.fasterxml.aalto.in.InputBootstrapper.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;)V
         1: .line 71
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
         2: .line 72
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
         3: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mHadBOM:Z
         4: .line 75
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mByteSizeFound:Z
         5: .line 86
            aload 0 /* this */
            aload 2 /* in */
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
         6: .line 87
            aload 0 /* this */
            aload 1 /* cfg */
            sipush 4000
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.allocFullBBuffer:(I)[B
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
         7: .line 88
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
         8: .line 89
            return
        end local 2 // java.io.InputStream in
        end local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0    9     1   cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
            0    9     2    in  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      cfg   
      in    

  private void <init>(com.fasterxml.aalto.in.ReaderConfig, byte[], int, int);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;[BII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        start local 2 // byte[] inputBuffer
        start local 3 // int inputStart
        start local 4 // int inputLen
         0: .line 93
            aload 0 /* this */
            aload 1 /* cfg */
            invokespecial com.fasterxml.aalto.in.InputBootstrapper.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;)V
         1: .line 71
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
         2: .line 72
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
         3: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mHadBOM:Z
         4: .line 75
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mByteSizeFound:Z
         5: .line 94
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
         6: .line 95
            aload 0 /* this */
            aload 2 /* inputBuffer */
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
         7: .line 96
            aload 0 /* this */
            iload 3 /* inputStart */
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
         8: .line 97
            aload 0 /* this */
            iload 3 /* inputStart */
            iload 4 /* inputLen */
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
         9: .line 99
            aload 0 /* this */
            iload 3 /* inputStart */
            ineg
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputProcessed:I
        10: .line 100
            return
        end local 4 // int inputLen
        end local 3 // int inputStart
        end local 2 // byte[] inputBuffer
        end local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   11     1          cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
            0   11     2  inputBuffer  [B
            0   11     3   inputStart  I
            0   11     4     inputLen  I
    MethodParameters:
             Name  Flags
      cfg          
      inputBuffer  
      inputStart   
      inputLen     

  public static com.fasterxml.aalto.in.ByteSourceBootstrapper construct(com.fasterxml.aalto.in.ReaderConfig, java.io.InputStream);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/InputStream;)Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderConfig cfg
        start local 1 // java.io.InputStream in
         0: .line 105
            new com.fasterxml.aalto.in.ByteSourceBootstrapper
            dup
            aload 0 /* cfg */
            aload 1 /* in */
            invokespecial com.fasterxml.aalto.in.ByteSourceBootstrapper.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/InputStream;)V
            areturn
        end local 1 // java.io.InputStream in
        end local 0 // com.fasterxml.aalto.in.ReaderConfig cfg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
            0    1     1    in  Ljava/io/InputStream;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      cfg   
      in    

  public static com.fasterxml.aalto.in.ByteSourceBootstrapper construct(com.fasterxml.aalto.in.ReaderConfig, byte[], int, int);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;[BII)Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.fasterxml.aalto.in.ReaderConfig cfg
        start local 1 // byte[] inputBuffer
        start local 2 // int inputStart
        start local 3 // int inputLen
         0: .line 111
            new com.fasterxml.aalto.in.ByteSourceBootstrapper
            dup
            aload 0 /* cfg */
            aload 1 /* inputBuffer */
            iload 2 /* inputStart */
            iload 3 /* inputLen */
            invokespecial com.fasterxml.aalto.in.ByteSourceBootstrapper.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;[BII)V
            areturn
        end local 3 // int inputLen
        end local 2 // int inputStart
        end local 1 // byte[] inputBuffer
        end local 0 // com.fasterxml.aalto.in.ReaderConfig cfg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0          cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
            0    1     1  inputBuffer  [B
            0    1     2   inputStart  I
            0    1     3     inputLen  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
             Name  Flags
      cfg          
      inputBuffer  
      inputStart   
      inputLen     

  public final com.fasterxml.aalto.in.XmlScanner bootstrap();
    descriptor: ()Lcom/fasterxml/aalto/in/XmlScanner;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 118
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.doBootstrap:()Lcom/fasterxml/aalto/in/XmlScanner;
            astore 3
         1: .line 122
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mKeyword:[C
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.freeSmallCBuffer:([C)V
         2: .line 118
            aload 3
            areturn
         3: .line 119
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
         4: .line 120
            new com.fasterxml.aalto.impl.IoStreamException
            dup
            aload 1 /* ioe */
            invokespecial com.fasterxml.aalto.impl.IoStreamException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 1 // java.io.IOException ioe
         5: .line 121
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 122
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mKeyword:[C
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.freeSmallCBuffer:([C)V
         7: .line 123
            aload 2
            athrow
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            4    5     1   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       3  Class java.io.IOException
           0     1       5  any
           3     5       5  any
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  public com.fasterxml.aalto.in.XmlScanner doBootstrap();
    descriptor: ()Lcom/fasterxml/aalto/in/XmlScanner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 128
            aconst_null
            astore 1 /* normEnc */
        start local 1 // java.lang.String normEnc
         1: .line 130
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.determineStreamEncoding:()V
         2: .line 131
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.hasXmlDeclaration:()Z
            ifeq 6
         3: .line 132
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.readXmlDeclaration:()V
         4: .line 133
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mFoundEncoding:Ljava/lang/String;
            ifnull 6
         5: .line 134
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mFoundEncoding:Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyXmlEncoding:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* normEnc */
         6: .line 140
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* normEnc */
            ifnonnull 18
         7: .line 141
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_2
            if_icmpne 12
         8: .line 142
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
            ifeq 9
            ldc "UTF-16BE"
            goto 10
      StackMap locals:
      StackMap stack:
         9: ldc "UTF-16LE"
      StackMap locals:
      StackMap stack: java.lang.String
        10: astore 1 /* normEnc */
        11: .line 143
            goto 18
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_4
            if_icmpne 17
        13: .line 149
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
            ifeq 14
            ldc "UTF-32BE"
            goto 15
      StackMap locals:
      StackMap stack:
        14: ldc "UTF-32LE"
      StackMap locals:
      StackMap stack: java.lang.String
        15: astore 1 /* normEnc */
        16: .line 150
            goto 18
        17: .line 152
      StackMap locals:
      StackMap stack:
            ldc "UTF-8"
            astore 1 /* normEnc */
        18: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 1 /* normEnc */
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setActualEncoding:(Ljava/lang/String;)V
        19: .line 157
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mDeclaredXmlVersion:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mFoundEncoding:Ljava/lang/String;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mStandalone:Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setXmlDeclInfo:(ILjava/lang/String;Ljava/lang/String;)V
        20: .line 161
            aload 1 /* normEnc */
            ldc "UTF-8"
            if_acmpeq 23
        21: .line 162
            aload 1 /* normEnc */
            ldc "ISO-8859-1"
            if_acmpeq 23
        22: .line 163
            aload 1 /* normEnc */
            ldc "US-ASCII"
            if_acmpne 26
        23: .line 164
      StackMap locals:
      StackMap stack:
            new com.fasterxml.aalto.in.Utf8Scanner
            dup
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
        24: .line 165
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
        25: .line 164
            invokespecial com.fasterxml.aalto.in.Utf8Scanner.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/InputStream;[BII)V
            areturn
        26: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* normEnc */
            ldc "UTF-32"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 35
        27: .line 171
            aload 1 /* normEnc */
            ldc "UTF-32"
            if_acmpne 31
        28: .line 172
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
            ifeq 29
            ldc "UTF-32BE"
            goto 30
      StackMap locals:
      StackMap stack:
        29: ldc "UTF-32LE"
      StackMap locals:
      StackMap stack: java.lang.String
        30: astore 1 /* normEnc */
        31: .line 174
      StackMap locals:
      StackMap stack:
            new com.fasterxml.aalto.in.Utf32Reader
            dup
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
        32: .line 175
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        33: .line 174
            invokespecial com.fasterxml.aalto.in.Utf32Reader.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/InputStream;[BIIZ)V
            astore 2 /* r */
        start local 2 // java.io.Reader r
        34: .line 176
            new com.fasterxml.aalto.in.ReaderScanner
            dup
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 2 /* r */
            invokespecial com.fasterxml.aalto.in.ReaderScanner.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/Reader;)V
            areturn
        end local 2 // java.io.Reader r
        35: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
            astore 2 /* in */
        start local 2 // java.io.InputStream in
        36: .line 183
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 38
        37: .line 184
            new com.fasterxml.aalto.in.MergedStream
            dup
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 2 /* in */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            invokespecial com.fasterxml.aalto.in.MergedStream.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/InputStream;[BII)V
            astore 2 /* in */
        38: .line 186
      StackMap locals: java.io.InputStream
      StackMap stack:
            aload 1 /* normEnc */
            ldc "UTF-16"
            if_acmpne 42
        39: .line 187
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
            ifeq 40
            ldc "UTF-16BE"
            goto 41
      StackMap locals:
      StackMap stack:
        40: ldc "UTF-16LE"
      StackMap locals:
      StackMap stack: java.lang.String
        41: astore 1 /* normEnc */
        42: .line 190
      StackMap locals:
      StackMap stack:
            new java.io.InputStreamReader
            dup
            aload 2 /* in */
            aload 1 /* normEnc */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
            astore 3 /* r */
        start local 3 // java.io.Reader r
        43: .line 191
            new com.fasterxml.aalto.in.ReaderScanner
            dup
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 3 /* r */
            invokespecial com.fasterxml.aalto.in.ReaderScanner.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/Reader;)V
        44: areturn
        end local 3 // java.io.Reader r
        45: .line 192
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            astore 3 /* usex */
        start local 3 // java.io.UnsupportedEncodingException usex
        46: .line 193
            new com.fasterxml.aalto.impl.IoStreamException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported encoding: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* usex */
            invokevirtual java.io.UnsupportedEncodingException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.fasterxml.aalto.impl.IoStreamException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.io.UnsupportedEncodingException usex
        end local 2 // java.io.InputStream in
        end local 1 // java.lang.String normEnc
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   47     0     this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            1   47     1  normEnc  Ljava/lang/String;
           34   35     2        r  Ljava/io/Reader;
           36   47     2       in  Ljava/io/InputStream;
           43   45     3        r  Ljava/io/Reader;
           46   47     3     usex  Ljava/io/UnsupportedEncodingException;
      Exception table:
        from    to  target  type
          42    44      45  Class java.io.UnsupportedEncodingException
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  private void determineStreamEncoding();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 214
            aload 0 /* this */
            iconst_4
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.ensureLoaded:(I)Z
            ifeq 63
         1: .line 215
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            istore 1 /* origPtr */
        start local 1 // int origPtr
         2: .line 219
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            bipush 24
            ishl
         3: .line 220
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
         4: .line 219
            ior
         5: .line 221
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         6: .line 219
            ior
         7: .line 222
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_3
            iadd
            baload
            sipush 255
            iand
         8: .line 219
            ior
            istore 2 /* quartet */
        start local 2 // int quartet
         9: .line 227
            iload 2 /* quartet */
            lookupswitch { // 4
            -16842752: 20
              -131072: 14
                65279: 10
                65534: 18
              default: 22
          }
        10: .line 229
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        11: .line 230
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_4
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        12: .line 231
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        13: .line 232
            goto 59
        14: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        15: .line 235
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_4
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        16: .line 236
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        17: .line 237
            goto 59
        18: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "2143"
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportWeirdUCS4:(Ljava/lang/String;)V
        19: .line 240
            goto 59
        20: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "3412"
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportWeirdUCS4:(Ljava/lang/String;)V
        21: .line 243
            goto 59
        22: .line 247
      StackMap locals:
      StackMap stack:
            iload 2 /* quartet */
            bipush 16
            iushr
            istore 3 /* msw */
        start local 3 // int msw
        23: .line 248
            iload 3 /* msw */
            ldc 65279
            if_icmpne 28
        24: .line 249
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_2
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        25: .line 250
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        26: .line 251
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        27: .line 252
            goto 59
        28: .line 254
      StackMap locals: int
      StackMap stack:
            iload 3 /* msw */
            ldc 65534
            if_icmpne 33
        29: .line 255
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_2
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        30: .line 256
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        31: .line 257
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        32: .line 258
            goto 59
        33: .line 262
      StackMap locals:
      StackMap stack:
            iload 2 /* quartet */
            bipush 8
            iushr
            ldc 15711167
            if_icmpne 38
        34: .line 263
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_3
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        35: .line 264
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        36: .line 265
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        37: .line 266
            goto 59
        38: .line 274
      StackMap locals:
      StackMap stack:
            iload 2 /* quartet */
            lookupswitch { // 8
                   60: 39
                15360: 45
              3932160: 47
              3932223: 49
           1006632960: 42
           1006649088: 52
           1010792557: 55
           1282385812: 58
              default: 59
          }
        39: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        40: .line 277
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        41: .line 278
            goto 59
        42: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        43: .line 281
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        44: .line 282
            goto 59
        45: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "2143"
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportWeirdUCS4:(Ljava/lang/String;)V
        46: .line 285
            goto 59
        47: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "3412"
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportWeirdUCS4:(Ljava/lang/String;)V
        48: .line 288
            goto 59
        49: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        50: .line 291
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        51: .line 292
            goto 59
        52: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        53: .line 295
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        54: .line 296
            goto 59
        55: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        56: .line 299
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        57: .line 300
            goto 59
        58: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportEBCDIC:()V
        end local 3 // int msw
        end local 2 // int quartet
        59: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iload 1 /* origPtr */
            if_icmple 60
            iconst_1
            goto 61
      StackMap locals:
      StackMap stack: com.fasterxml.aalto.in.ByteSourceBootstrapper
        60: iconst_0
      StackMap locals: com.fasterxml.aalto.in.ByteSourceBootstrapper int
      StackMap stack: com.fasterxml.aalto.in.ByteSourceBootstrapper int
        61: putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mHadBOM:Z
        62: .line 316
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRowStart:I
        end local 1 // int origPtr
        63: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            ifle 64
            iconst_1
            goto 65
      StackMap locals:
      StackMap stack: com.fasterxml.aalto.in.ByteSourceBootstrapper
        64: iconst_0
      StackMap locals: com.fasterxml.aalto.in.ByteSourceBootstrapper
      StackMap stack: com.fasterxml.aalto.in.ByteSourceBootstrapper int
        65: putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mByteSizeFound:Z
        66: .line 323
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mByteSizeFound:Z
            ifne 69
        67: .line 324
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
        68: .line 325
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
        69: .line 327
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   70     0     this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            2   63     1  origPtr  I
            9   59     2  quartet  I
           23   59     3      msw  I
    Exceptions:
      throws java.io.IOException

  protected boolean hasXmlDeclaration();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 333
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_1
            if_icmpne 10
         1: .line 335
            aload 0 /* this */
            bipush 6
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.ensureLoaded:(I)Z
            ifeq 20
         2: .line 336
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            bipush 60
            if_icmpne 20
         3: .line 337
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_1
            iadd
            baload
            bipush 63
            if_icmpne 20
         4: .line 338
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_2
            iadd
            baload
            bipush 120
            if_icmpne 20
         5: .line 339
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_3
            iadd
            baload
            bipush 109
            if_icmpne 20
         6: .line 340
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_4
            iadd
            baload
            bipush 108
            if_icmpne 20
         7: .line 341
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_5
            iadd
            baload
            sipush 255
            iand
            bipush 32
            if_icmpgt 20
         8: .line 344
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            bipush 6
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
         9: .line 345
            iconst_1
            ireturn
        10: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            imul
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.ensureLoaded:(I)Z
            ifeq 20
        11: .line 350
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            istore 1 /* start */
        start local 1 // int start
        12: .line 351
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            bipush 60
            if_icmpne 19
        13: .line 352
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            bipush 63
            if_icmpne 19
        14: .line 353
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            bipush 120
            if_icmpne 19
        15: .line 354
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            bipush 109
            if_icmpne 19
        16: .line 355
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            bipush 108
            if_icmpne 19
        17: .line 356
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            bipush 32
            if_icmpgt 19
        18: .line 357
            iconst_1
            ireturn
        19: .line 359
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* start */
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        end local 1 // int start
        20: .line 362
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
           12   20     1  start  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  protected java.lang.String verifyXmlEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // java.lang.String enc
         0: .line 371
            aload 1 /* enc */
            invokestatic com.fasterxml.aalto.util.CharsetNames.normalize:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* enc */
         1: .line 374
            aload 1 /* enc */
            ldc "UTF-8"
            if_acmpne 4
         2: .line 375
            aload 0 /* this */
            aload 1 /* enc */
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;I)V
         3: .line 376
            goto 27
      StackMap locals:
      StackMap stack:
         4: aload 1 /* enc */
            ldc "ISO-8859-1"
            if_acmpne 7
         5: .line 377
            aload 0 /* this */
            aload 1 /* enc */
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;I)V
         6: .line 378
            goto 27
      StackMap locals:
      StackMap stack:
         7: aload 1 /* enc */
            ldc "US-ASCII"
            if_acmpne 10
         8: .line 379
            aload 0 /* this */
            aload 1 /* enc */
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;I)V
         9: .line 380
            goto 27
      StackMap locals:
      StackMap stack:
        10: aload 1 /* enc */
            ldc "UTF-16"
            if_acmpne 13
        11: .line 386
            aload 0 /* this */
            aload 1 /* enc */
            iconst_2
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;I)V
        12: .line 387
            goto 27
      StackMap locals:
      StackMap stack:
        13: aload 1 /* enc */
            ldc "UTF-16LE"
            if_acmpne 16
        14: .line 388
            aload 0 /* this */
            aload 1 /* enc */
            iconst_2
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;IZ)V
        15: .line 389
            goto 27
      StackMap locals:
      StackMap stack:
        16: aload 1 /* enc */
            ldc "UTF-16BE"
            if_acmpne 19
        17: .line 390
            aload 0 /* this */
            aload 1 /* enc */
            iconst_2
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;IZ)V
        18: .line 392
            goto 27
      StackMap locals:
      StackMap stack:
        19: aload 1 /* enc */
            ldc "UTF-32"
            if_acmpne 22
        20: .line 397
            aload 0 /* this */
            aload 1 /* enc */
            iconst_4
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;I)V
        21: .line 398
            goto 27
      StackMap locals:
      StackMap stack:
        22: aload 1 /* enc */
            ldc "UTF-32LE"
            if_acmpne 25
        23: .line 399
            aload 0 /* this */
            aload 1 /* enc */
            iconst_4
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;IZ)V
        24: .line 400
            goto 27
      StackMap locals:
      StackMap stack:
        25: aload 1 /* enc */
            ldc "UTF-32BE"
            if_acmpne 27
        26: .line 401
            aload 0 /* this */
            aload 1 /* enc */
            iconst_4
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;IZ)V
        27: .line 403
      StackMap locals:
      StackMap stack:
            aload 1 /* enc */
            areturn
        end local 1 // java.lang.String enc
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   28     1   enc  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      enc   

  protected boolean ensureLoaded(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // int minimum
         0: .line 418
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            isub
            istore 2 /* gotten */
        start local 2 // int gotten
         1: .line 419
            goto 10
         2: .line 422
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
            ifnonnull 5
         3: .line 423
            iconst_m1
            istore 3 /* count */
        start local 3 // int count
         4: .line 424
            goto 6
        end local 3 // int count
         5: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            arraylength
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 3 /* count */
        start local 3 // int count
         6: .line 427
      StackMap locals: int
      StackMap stack:
            iload 3 /* count */
            iconst_1
            if_icmpge 8
         7: .line 428
            iconst_0
            ireturn
         8: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            iload 3 /* count */
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
         9: .line 431
            iload 2 /* gotten */
            iload 3 /* count */
            iadd
            istore 2 /* gotten */
        end local 3 // int count
        10: .line 419
      StackMap locals:
      StackMap stack:
            iload 2 /* gotten */
            iload 1 /* minimum */
            if_icmplt 2
        11: .line 433
            iconst_1
            ireturn
        end local 2 // int gotten
        end local 1 // int minimum
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   12     1  minimum  I
            1   12     2   gotten  I
            4    5     3    count  I
            6   10     3    count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      minimum  

  protected void loadMore();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 439
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputProcessed:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputProcessed:I
         1: .line 440
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRowStart:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            isub
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRowStart:I
         2: .line 442
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
         3: .line 443
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
            ifnonnull 6
         4: .line 444
            aload 0 /* this */
            iconst_m1
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
         5: .line 445
            goto 7
         6: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._in:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            arraylength
            invokevirtual java.io.InputStream.read:([BII)I
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
         7: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            iconst_1
            if_icmpge 9
         8: .line 449
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportEof:()V
         9: .line 451
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  protected void pushback();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 461
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            isub
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
         1: .line 462
            return
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;

  protected int getNext();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 468
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_1
            if_icmple 2
         1: .line 469
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            ireturn
         2: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 4
         3: .line 472
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
         5: .line 471
      StackMap locals:
      StackMap stack: int
            istore 1 /* b */
        start local 1 // byte b
         6: .line 473
            iload 1 /* b */
            sipush 255
            iand
            ireturn
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            6    7     1     b  B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  protected int getNextAfterWs(boolean);
    descriptor: (Z)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // boolean reqWs
         0: .line 482
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_1
            if_icmple 3
         1: .line 483
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.skipMbWs:()I
            istore 2 /* count */
        start local 2 // int count
         2: .line 484
            goto 4
        end local 2 // int count
         3: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.skipSbWs:()I
            istore 2 /* count */
        start local 2 // int count
         4: .line 488
      StackMap locals: int
      StackMap stack:
            iload 1 /* reqWs */
            ifeq 6
            iload 2 /* count */
            ifne 6
         5: .line 489
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.getNext:()I
            ldc "; expected a white space"
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportUnexpectedChar:(ILjava/lang/String;)V
         6: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_1
            if_icmple 8
         7: .line 494
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            ireturn
         8: .line 496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 10
         9: .line 497
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
        11: .line 496
      StackMap locals:
      StackMap stack: int
            istore 3 /* b */
        start local 3 // byte b
        12: .line 498
            iload 3 /* b */
            sipush 255
            iand
            ireturn
        end local 3 // byte b
        end local 2 // int count
        end local 1 // boolean reqWs
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   13     1  reqWs  Z
            2    3     2  count  I
            4   13     2  count  I
           12   13     3      b  B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      reqWs  

  protected int checkKeyword(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // java.lang.String exp
         0: .line 509
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_1
            if_icmple 2
         1: .line 510
            aload 0 /* this */
            aload 1 /* exp */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.checkMbKeyword:(Ljava/lang/String;)I
            ireturn
         2: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* exp */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.checkSbKeyword:(Ljava/lang/String;)I
            ireturn
        end local 1 // java.lang.String exp
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0    3     1   exp  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      exp   

  protected int readQuotedValue(char[], int);
    descriptor: ([CI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // char[] kw
        start local 2 // int quoteChar
         0: .line 519
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: .line 520
            aload 1 /* kw */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         2: .line 521
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_1
            if_icmple 3
            iconst_1
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* mb */
        start local 5 // boolean mb
         5: .line 523
            goto 28
         6: .line 526
      StackMap locals: int
      StackMap stack:
            iload 5 /* mb */
            ifeq 12
         7: .line 527
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            istore 6 /* c */
        start local 6 // int c
         8: .line 528
            iload 6 /* c */
            bipush 13
            if_icmpeq 9
            iload 6 /* c */
            bipush 10
            if_icmpne 22
         9: .line 529
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.skipMbLF:(I)V
        10: .line 530
            bipush 10
            istore 6 /* c */
        11: .line 532
            goto 22
        end local 6 // int c
        12: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 14
        13: .line 534
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
        15: .line 533
      StackMap locals:
      StackMap stack: int
            istore 7 /* b */
        start local 7 // byte b
        16: .line 535
            iload 7 /* b */
            ifne 18
        17: .line 536
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportNull:()V
        18: .line 538
      StackMap locals: com.fasterxml.aalto.in.ByteSourceBootstrapper char[] int int int int top int
      StackMap stack:
            iload 7 /* b */
            bipush 13
            if_icmpeq 19
            iload 7 /* b */
            bipush 10
            if_icmpne 21
        19: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* b */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.skipSbLF:(B)V
        20: .line 540
            bipush 10
            istore 7 /* b */
        21: .line 542
      StackMap locals:
      StackMap stack:
            iload 7 /* b */
            sipush 255
            iand
            istore 6 /* c */
        end local 7 // byte b
        start local 6 // int c
        22: .line 545
      StackMap locals: com.fasterxml.aalto.in.ByteSourceBootstrapper char[] int int int int int
      StackMap stack:
            iload 6 /* c */
            iload 2 /* quoteChar */
            if_icmpne 26
        23: .line 546
            iload 3 /* i */
            iload 4 /* len */
            if_icmpge 24
            iload 3 /* i */
            goto 25
      StackMap locals:
      StackMap stack:
        24: iconst_m1
      StackMap locals:
      StackMap stack: int
        25: ireturn
        26: .line 549
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 4 /* len */
            if_icmpge 28
        27: .line 550
            aload 1 /* kw */
            iload 3 /* i */
            iinc 3 /* i */ 1
            iload 6 /* c */
            i2c
            castore
        end local 6 // int c
        28: .line 523
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 4 /* len */
            if_icmplt 6
        29: .line 557
            iconst_m1
            ireturn
        end local 5 // boolean mb
        end local 4 // int len
        end local 3 // int i
        end local 2 // int quoteChar
        end local 1 // char[] kw
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   30     1         kw  [C
            0   30     2  quoteChar  I
            1   30     3          i  I
            2   30     4        len  I
            5   30     5         mb  Z
            8   12     6          c  I
           22   28     6          c  I
           16   22     7          b  B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      kw         
      quoteChar  

  protected javax.xml.stream.Location getLocation();
    descriptor: ()Ljavax/xml/stream/Location;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 568
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputProcessed:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iadd
            istore 1 /* total */
        start local 1 // int total
         1: .line 569
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRowStart:I
            isub
            istore 2 /* col */
        start local 2 // int col
         2: .line 571
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_1
            if_icmple 5
         3: .line 572
            iload 1 /* total */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            idiv
            istore 1 /* total */
         4: .line 573
            iload 2 /* col */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            idiv
            istore 2 /* col */
         5: .line 576
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getPublicId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getSystemId:()Ljava/lang/String;
         6: .line 577
            iload 1 /* total */
            i2l
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRow:I
            iload 2 /* col */
         7: .line 575
            invokestatic com.fasterxml.aalto.impl.LocationImpl.fromZeroBased:(Ljava/lang/String;Ljava/lang/String;JII)Lcom/fasterxml/aalto/impl/LocationImpl;
            areturn
        end local 2 // int col
        end local 1 // int total
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            1    8     1  total  I
            2    8     2    col  I

  protected byte nextByte();
    descriptor: ()B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 589
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmplt 2
         1: .line 590
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.loadMore:()V
         2: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            ireturn
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  protected int skipSbWs();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 598
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         1: .line 601
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 3
         2: .line 602
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
         4: .line 601
      StackMap locals:
      StackMap stack: int
            istore 2 /* b */
        start local 2 // byte b
         5: .line 604
            iload 2 /* b */
            sipush 255
            iand
            bipush 32
            if_icmple 8
         6: .line 605
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
         7: .line 606
            goto 15
         8: .line 608
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            bipush 13
            if_icmpeq 9
            iload 2 /* b */
            bipush 10
            if_icmpne 11
         9: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.skipSbLF:(B)V
        10: .line 610
            goto 13
      StackMap locals:
      StackMap stack:
        11: iload 2 /* b */
            ifne 13
        12: .line 611
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportNull:()V
        13: .line 613
      StackMap locals:
      StackMap stack:
            iinc 1 /* count */ 1
        end local 2 // byte b
        14: .line 600
            goto 1
        15: .line 615
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            ireturn
        end local 1 // int count
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            1   16     1  count  I
            5   14     2      b  B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  protected void skipSbLF(byte);
    descriptor: (B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // byte lfByte
         0: .line 621
            iload 1 /* lfByte */
            bipush 13
            if_icmpne 7
         1: .line 622
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 3
         2: .line 623
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
         4: .line 622
      StackMap locals:
      StackMap stack: int
            istore 2 /* b */
        start local 2 // byte b
         5: .line 624
            iload 2 /* b */
            bipush 10
            if_icmpeq 7
         6: .line 625
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        end local 2 // byte b
         7: .line 628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRow:I
         8: .line 629
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRowStart:I
         9: .line 630
            return
        end local 1 // byte lfByte
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   10     1  lfByte  B
            5    7     2       b  B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      lfByte  

  protected int checkSbKeyword(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // java.lang.String expected
         0: .line 639
            aload 1 /* expected */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 641
            iconst_1
            istore 3 /* ptr */
        start local 3 // int ptr
         2: goto 12
         3: .line 642
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 5
         4: .line 643
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
         6: .line 642
      StackMap locals:
      StackMap stack: int
            istore 4 /* b */
        start local 4 // byte b
         7: .line 645
            iload 4 /* b */
            ifne 9
         8: .line 646
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportNull:()V
         9: .line 648
      StackMap locals: int
      StackMap stack:
            iload 4 /* b */
            sipush 255
            iand
            aload 1 /* expected */
            iload 3 /* ptr */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 11
        10: .line 649
            iload 4 /* b */
            sipush 255
            iand
            ireturn
        end local 4 // byte b
        11: .line 641
      StackMap locals:
      StackMap stack:
            iinc 3 /* ptr */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* ptr */
            iload 2 /* len */
            if_icmplt 3
        end local 3 // int ptr
        13: .line 653
            iconst_0
            ireturn
        end local 2 // int len
        end local 1 // java.lang.String expected
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   14     1  expected  Ljava/lang/String;
            1   14     2       len  I
            2   13     3       ptr  I
            7   11     4         b  B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      expected  

  protected int nextMultiByte();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 665
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 2
         1: .line 666
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
         3: .line 665
      StackMap locals:
      StackMap stack: int
            istore 1 /* b */
        start local 1 // byte b
         4: .line 667
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 6
         5: .line 668
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 7
      StackMap locals: int
      StackMap stack:
         6: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
         7: .line 667
      StackMap locals:
      StackMap stack: int
            istore 2 /* b2 */
        start local 2 // byte b2
         8: .line 671
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            iconst_2
            if_icmpne 14
         9: .line 672
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
            ifeq 12
        10: .line 673
            iload 1 /* b */
            sipush 255
            iand
            bipush 8
            ishl
            iload 2 /* b2 */
            sipush 255
            iand
            ior
            istore 3 /* c */
        start local 3 // int c
        11: .line 674
            goto 34
        end local 3 // int c
        12: .line 675
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            sipush 255
            iand
            iload 2 /* b2 */
            sipush 255
            iand
            bipush 8
            ishl
            ior
            istore 3 /* c */
        start local 3 // int c
        13: .line 677
            goto 34
        end local 3 // int c
        14: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 16
        15: .line 680
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
        17: .line 679
      StackMap locals:
      StackMap stack: int
            istore 4 /* b3 */
        start local 4 // byte b3
        18: .line 681
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputLen:I
            if_icmpge 20
        19: .line 682
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            baload
            goto 21
      StackMap locals: com.fasterxml.aalto.in.ByteSourceBootstrapper int int top int
      StackMap stack:
        20: aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextByte:()B
        21: .line 681
      StackMap locals:
      StackMap stack: int
            istore 5 /* b4 */
        start local 5 // byte b4
        22: .line 684
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
            ifeq 29
        23: .line 685
            iload 1 /* b */
            bipush 24
            ishl
            iload 2 /* b2 */
            sipush 255
            iand
            bipush 16
            ishl
            ior
        24: .line 686
            iload 4 /* b3 */
            sipush 255
            iand
            bipush 8
            ishl
        25: .line 685
            ior
        26: .line 686
            iload 5 /* b4 */
            sipush 255
            iand
        27: .line 685
            ior
            istore 3 /* c */
        start local 3 // int c
        28: .line 687
            goto 34
        end local 3 // int c
        29: .line 688
      StackMap locals: int
      StackMap stack:
            iload 5 /* b4 */
            bipush 24
            ishl
            iload 4 /* b3 */
            sipush 255
            iand
            bipush 16
            ishl
            ior
        30: .line 689
            iload 2 /* b2 */
            sipush 255
            iand
            bipush 8
            ishl
        31: .line 688
            ior
        32: .line 689
            iload 1 /* b */
            sipush 255
            iand
        33: .line 688
            ior
            istore 3 /* c */
        end local 5 // byte b4
        end local 4 // byte b3
        start local 3 // int c
        34: .line 694
      StackMap locals: com.fasterxml.aalto.in.ByteSourceBootstrapper int int int
      StackMap stack:
            iload 3 /* c */
            ifne 36
        35: .line 695
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportNull:()V
        36: .line 697
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            ireturn
        end local 3 // int c
        end local 2 // byte b2
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            4   37     1     b  B
            8   37     2    b2  B
           11   12     3     c  I
           13   14     3     c  I
           28   29     3     c  I
           34   37     3     c  I
           18   34     4    b3  B
           22   34     5    b4  B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  protected int skipMbWs();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 703
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         1: .line 706
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            istore 2 /* c */
        start local 2 // int c
         2: .line 708
            iload 2 /* c */
            bipush 32
            if_icmple 5
         3: .line 709
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            isub
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
         4: .line 710
            goto 12
         5: .line 712
      StackMap locals: int
      StackMap stack:
            iload 2 /* c */
            bipush 13
            if_icmpeq 6
            iload 2 /* c */
            bipush 10
            if_icmpne 8
         6: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.skipMbLF:(I)V
         7: .line 714
            goto 10
      StackMap locals:
      StackMap stack:
         8: iload 2 /* c */
            ifne 10
         9: .line 715
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportNull:()V
        10: .line 717
      StackMap locals:
      StackMap stack:
            iinc 1 /* count */ 1
        end local 2 // int c
        11: .line 705
            goto 1
        12: .line 719
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            ireturn
        end local 1 // int count
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            1   13     1  count  I
            2   11     2      c  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException

  protected void skipMbLF(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // int lf
         0: .line 725
            iload 1 /* lf */
            bipush 13
            if_icmpne 4
         1: .line 726
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            istore 2 /* c */
        start local 2 // int c
         2: .line 727
            iload 2 /* c */
            bipush 10
            if_icmpeq 4
         3: .line 728
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            isub
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
        end local 2 // int c
         4: .line 731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRow:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRow:I
         5: .line 732
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputPtr:I
            putfield com.fasterxml.aalto.in.ByteSourceBootstrapper._inputRowStart:I
         6: .line 733
            return
        end local 1 // int lf
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0    7     1    lf  I
            2    4     2     c  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      lf    

  protected int checkMbKeyword(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // java.lang.String expected
         0: .line 742
            aload 1 /* expected */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 744
            iconst_1
            istore 3 /* ptr */
        start local 3 // int ptr
         2: goto 9
         3: .line 745
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.nextMultiByte:()I
            istore 4 /* c */
        start local 4 // int c
         4: .line 746
            iload 4 /* c */
            ifne 6
         5: .line 747
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportNull:()V
         6: .line 749
      StackMap locals: int
      StackMap stack:
            iload 4 /* c */
            aload 1 /* expected */
            iload 3 /* ptr */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 8
         7: .line 750
            iload 4 /* c */
            ireturn
        end local 4 // int c
         8: .line 744
      StackMap locals:
      StackMap stack:
            iinc 3 /* ptr */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* ptr */
            iload 2 /* len */
            if_icmplt 3
        end local 3 // int ptr
        10: .line 754
            iconst_0
            ireturn
        end local 2 // int len
        end local 1 // java.lang.String expected
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   11     1  expected  Ljava/lang/String;
            1   11     2       len  I
            2   10     3       ptr  I
            4    8     4         c  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      expected  

  private void verifyEncoding(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // java.lang.String id
        start local 2 // int bpc
         0: .line 766
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mByteSizeFound:Z
            ifeq 5
         1: .line 770
            iload 2 /* bpc */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            if_icmpeq 5
         2: .line 771
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Declared encoding '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' uses "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* bpc */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 772
            ldc " bytes per character; but physical encoding appeared to use "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBytesPerChar:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "; cannot decode"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 771
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportXmlProblem:(Ljava/lang/String;)V
         5: .line 775
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int bpc
        end local 1 // java.lang.String id
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0    6     1    id  Ljava/lang/String;
            0    6     2   bpc  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      id    
      bpc   

  private void verifyEncoding(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // java.lang.String id
        start local 2 // int bpc
        start local 3 // boolean bigEndian
         0: .line 780
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mByteSizeFound:Z
            ifeq 11
         1: .line 781
            aload 0 /* this */
            aload 1 /* id */
            iload 2 /* bpc */
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.verifyEncoding:(Ljava/lang/String;I)V
         2: .line 783
            iload 3 /* bigEndian */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ByteSourceBootstrapper.mBigEndian:Z
            if_icmpeq 11
         3: .line 784
            iload 3 /* bigEndian */
            ifeq 4
            ldc "big"
            goto 5
      StackMap locals:
      StackMap stack:
         4: ldc "little"
      StackMap locals:
      StackMap stack: java.lang.String
         5: astore 4 /* bigStr */
        start local 4 // java.lang.String bigStr
         6: .line 785
            aload 0 /* this */
         7: .line 786
            new java.lang.StringBuilder
            dup
            ldc "Declared encoding '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' has different endianness ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 787
            aload 4 /* bigStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " endian) than what physical ordering appeared to be; cannot decode"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 786
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 785
            invokevirtual com.fasterxml.aalto.in.ByteSourceBootstrapper.reportXmlProblem:(Ljava/lang/String;)V
        end local 4 // java.lang.String bigStr
        11: .line 790
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean bigEndian
        end local 2 // int bpc
        end local 1 // java.lang.String id
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0   12     1         id  Ljava/lang/String;
            0   12     2        bpc  I
            0   12     3  bigEndian  Z
            6   11     4     bigStr  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      id         
      bpc        
      bigEndian  

  private void reportWeirdUCS4(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
        start local 1 // java.lang.String type
         0: .line 795
            new java.io.CharConversionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported UCS-4 endianness ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ") detected"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String type
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
            0    1     1  type  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      type  

  private void reportEBCDIC();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
         0: .line 801
            new java.io.CharConversionException
            dup
            ldc "Unsupported encoding (EBCDIC)"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.aalto.in.ByteSourceBootstrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ByteSourceBootstrapper;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ByteSourceBootstrapper.java"