public final class org.jooq.Source
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jooq.Source
  super_class: java.lang.Object
{
  private final java.lang.String string;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] bytes;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String charsetName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.charset.Charset charset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.charset.CharsetDecoder charsetDecoder;
    descriptor: Ljava/nio/charset/CharsetDecoder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private void <init>(java.lang.String, byte[], java.lang.String, java.nio.charset.Charset, java.nio.charset.CharsetDecoder, java.io.Reader, java.io.InputStream, java.io.File);
    descriptor: (Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // org.jooq.Source this
        start local 1 // java.lang.String string
        start local 2 // byte[] bytes
        start local 3 // java.lang.String charsetName
        start local 4 // java.nio.charset.Charset charset
        start local 5 // java.nio.charset.CharsetDecoder charsetDecoder
        start local 6 // java.io.Reader reader
        start local 7 // java.io.InputStream inputStream
        start local 8 // java.io.File file
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* string */
            putfield org.jooq.Source.string:Ljava/lang/String;
         2: .line 82
            aload 0 /* this */
            aload 2 /* bytes */
            putfield org.jooq.Source.bytes:[B
         3: .line 83
            aload 0 /* this */
            aload 3 /* charsetName */
            putfield org.jooq.Source.charsetName:Ljava/lang/String;
         4: .line 84
            aload 0 /* this */
            aload 4 /* charset */
            putfield org.jooq.Source.charset:Ljava/nio/charset/Charset;
         5: .line 85
            aload 0 /* this */
            aload 5 /* charsetDecoder */
            putfield org.jooq.Source.charsetDecoder:Ljava/nio/charset/CharsetDecoder;
         6: .line 86
            aload 0 /* this */
            aload 6 /* reader */
            putfield org.jooq.Source.reader:Ljava/io/Reader;
         7: .line 87
            aload 0 /* this */
            aload 7 /* inputStream */
            putfield org.jooq.Source.inputStream:Ljava/io/InputStream;
         8: .line 88
            aload 0 /* this */
            aload 8 /* file */
            putfield org.jooq.Source.file:Ljava/io/File;
         9: .line 89
            return
        end local 8 // java.io.File file
        end local 7 // java.io.InputStream inputStream
        end local 6 // java.io.Reader reader
        end local 5 // java.nio.charset.CharsetDecoder charsetDecoder
        end local 4 // java.nio.charset.Charset charset
        end local 3 // java.lang.String charsetName
        end local 2 // byte[] bytes
        end local 1 // java.lang.String string
        end local 0 // org.jooq.Source this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lorg/jooq/Source;
            0   10     1          string  Ljava/lang/String;
            0   10     2           bytes  [B
            0   10     3     charsetName  Ljava/lang/String;
            0   10     4         charset  Ljava/nio/charset/Charset;
            0   10     5  charsetDecoder  Ljava/nio/charset/CharsetDecoder;
            0   10     6          reader  Ljava/io/Reader;
            0   10     7     inputStream  Ljava/io/InputStream;
            0   10     8            file  Ljava/io/File;
    MethodParameters:
                Name  Flags
      string          
      bytes           
      charsetName     
      charset         
      charsetDecoder  
      reader          
      inputStream     
      file            

  public static final org.jooq.Source of(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.lang.String string
         0: .line 95
            new org.jooq.Source
            dup
            aload 0 /* string */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  public static final org.jooq.Source of(byte[]);
    descriptor: ([B)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] bytes
         0: .line 102
            aload 0 /* bytes */
            aconst_null
            invokestatic org.jooq.Source.of:([BLjava/nio/charset/Charset;)Lorg/jooq/Source;
            areturn
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public static final org.jooq.Source of(byte[], java.lang.String);
    descriptor: ([BLjava/lang/String;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // byte[] bytes
        start local 1 // java.lang.String charsetName
         0: .line 109
            new org.jooq.Source
            dup
            aconst_null
            aload 0 /* bytes */
            aload 1 /* charsetName */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.lang.String charsetName
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0        bytes  [B
            0    1     1  charsetName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      bytes        
      charsetName  

  public static final org.jooq.Source of(byte[], java.nio.charset.Charset);
    descriptor: ([BLjava/nio/charset/Charset;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // byte[] bytes
        start local 1 // java.nio.charset.Charset charset
         0: .line 116
            new org.jooq.Source
            dup
            aconst_null
            aload 0 /* bytes */
            aconst_null
            aload 1 /* charset */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    bytes  [B
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      bytes    
      charset  

  public static final org.jooq.Source of(byte[], java.nio.charset.CharsetDecoder);
    descriptor: ([BLjava/nio/charset/CharsetDecoder;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // byte[] bytes
        start local 1 // java.nio.charset.CharsetDecoder charsetDecoder
         0: .line 123
            new org.jooq.Source
            dup
            aconst_null
            aload 0 /* bytes */
            aconst_null
            aconst_null
            aload 1 /* charsetDecoder */
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.nio.charset.CharsetDecoder charsetDecoder
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0           bytes  [B
            0    1     1  charsetDecoder  Ljava/nio/charset/CharsetDecoder;
    MethodParameters:
                Name  Flags
      bytes           
      charsetDecoder  

  public static final org.jooq.Source of(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.io.File file
         0: .line 130
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aload 0 /* file */
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 0 // java.io.File file
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      file  

  public static final org.jooq.Source of(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // java.io.File file
        start local 1 // java.lang.String charsetName
         0: .line 137
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aload 1 /* charsetName */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aload 0 /* file */
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.lang.String charsetName
        end local 0 // java.io.File file
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         file  Ljava/io/File;
            0    1     1  charsetName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      file         
      charsetName  

  public static final org.jooq.Source of(java.io.File, java.nio.charset.Charset);
    descriptor: (Ljava/io/File;Ljava/nio/charset/Charset;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // java.io.File file
        start local 1 // java.nio.charset.Charset charset
         0: .line 144
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aconst_null
            aload 1 /* charset */
            aconst_null
            aconst_null
            aconst_null
            aload 0 /* file */
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // java.io.File file
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     file  Ljava/io/File;
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      file     
      charset  

  public static final org.jooq.Source of(java.io.File, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/File;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // java.io.File file
        start local 1 // java.nio.charset.CharsetDecoder charsetDecoder
         0: .line 151
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aload 1 /* charsetDecoder */
            aconst_null
            aconst_null
            aload 0 /* file */
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.nio.charset.CharsetDecoder charsetDecoder
        end local 0 // java.io.File file
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            file  Ljava/io/File;
            0    1     1  charsetDecoder  Ljava/nio/charset/CharsetDecoder;
    MethodParameters:
                Name  Flags
      file            
      charsetDecoder  

  public static final org.jooq.Source of(java.io.Reader);
    descriptor: (Ljava/io/Reader;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.io.Reader reader
         0: .line 158
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aload 0 /* reader */
            aconst_null
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 0 // java.io.Reader reader
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  reader  Ljava/io/Reader;
    MethodParameters:
        Name  Flags
      reader  

  public static final org.jooq.Source of(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.io.InputStream inputStream
         0: .line 165
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aload 0 /* inputStream */
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  inputStream  Ljava/io/InputStream;
    MethodParameters:
             Name  Flags
      inputStream  

  public static final org.jooq.Source of(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // java.io.InputStream inputStream
        start local 1 // java.lang.String charsetName
         0: .line 172
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aload 1 /* charsetName */
            aconst_null
            aconst_null
            aconst_null
            aload 0 /* inputStream */
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.lang.String charsetName
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  inputStream  Ljava/io/InputStream;
            0    1     1  charsetName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      inputStream  
      charsetName  

  public static final org.jooq.Source of(java.io.InputStream, java.nio.charset.Charset);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // java.io.InputStream inputStream
        start local 1 // java.nio.charset.Charset charset
         0: .line 179
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aconst_null
            aload 1 /* charset */
            aconst_null
            aconst_null
            aload 0 /* inputStream */
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  inputStream  Ljava/io/InputStream;
            0    1     1      charset  Ljava/nio/charset/Charset;
    MethodParameters:
             Name  Flags
      inputStream  
      charset      

  public static final org.jooq.Source of(java.io.InputStream, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/Source;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // java.io.InputStream inputStream
        start local 1 // java.nio.charset.CharsetDecoder charsetDecoder
         0: .line 186
            new org.jooq.Source
            dup
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aload 1 /* charsetDecoder */
            aconst_null
            aload 0 /* inputStream */
            aconst_null
            invokespecial org.jooq.Source.<init>:(Ljava/lang/String;[BLjava/lang/String;Ljava/nio/charset/Charset;Ljava/nio/charset/CharsetDecoder;Ljava/io/Reader;Ljava/io/InputStream;Ljava/io/File;)V
            areturn
        end local 1 // java.nio.charset.CharsetDecoder charsetDecoder
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0     inputStream  Ljava/io/InputStream;
            0    1     1  charsetDecoder  Ljava/nio/charset/CharsetDecoder;
    MethodParameters:
                Name  Flags
      inputStream     
      charsetDecoder  

  public final java.io.Reader reader();
    descriptor: ()Ljava/io/Reader;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.jooq.Source this
         0: .line 197
            aload 0 /* this */
            getfield org.jooq.Source.string:Ljava/lang/String;
            ifnull 3
         1: .line 198
            new java.io.StringReader
            dup
            aload 0 /* this */
            getfield org.jooq.Source.string:Ljava/lang/String;
            invokespecial java.io.StringReader.<init>:(Ljava/lang/String;)V
         2: areturn
         3: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.bytes:[B
            ifnull 6
         4: .line 200
            aload 0 /* this */
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield org.jooq.Source.bytes:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokevirtual org.jooq.Source.inputStreamReader:(Ljava/io/InputStream;)Ljava/io/Reader;
         5: areturn
         6: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.reader:Ljava/io/Reader;
            ifnull 9
         7: .line 202
            aload 0 /* this */
            getfield org.jooq.Source.reader:Ljava/io/Reader;
         8: areturn
         9: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.inputStream:Ljava/io/InputStream;
            ifnull 12
        10: .line 204
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jooq.Source.inputStream:Ljava/io/InputStream;
            invokevirtual org.jooq.Source.inputStreamReader:(Ljava/io/InputStream;)Ljava/io/Reader;
        11: areturn
        12: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.file:Ljava/io/File;
            ifnull 15
        13: .line 206
            new java.io.BufferedReader
            dup
            aload 0 /* this */
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            getfield org.jooq.Source.file:Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            invokevirtual org.jooq.Source.inputStreamReader:(Ljava/io/InputStream;)Ljava/io/Reader;
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
        14: areturn
        15: .line 208
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Could not produce a reader from this source"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 210
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
        17: .line 211
            new org.jooq.exception.IOException
            dup
            aload 1 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial org.jooq.exception.IOException.<init>:(Ljava/lang/String;Ljava/io/IOException;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // org.jooq.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/jooq/Source;
           17   18     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2      16  Class java.io.IOException
           3     5      16  Class java.io.IOException
           6     8      16  Class java.io.IOException
           9    11      16  Class java.io.IOException
          12    14      16  Class java.io.IOException
          15    16      16  Class java.io.IOException
    Exceptions:
      throws org.jooq.exception.IOException

  public final java.lang.String readString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.jooq.Source this
         0: .line 222
            new java.io.StringWriter
            dup
            invokespecial java.io.StringWriter.<init>:()V
            astore 1 /* w */
        start local 1 // java.io.StringWriter w
         1: .line 223
            aconst_null
            astore 2 /* r */
        start local 2 // java.io.Reader r
         2: .line 226
            aload 0 /* this */
            invokevirtual org.jooq.Source.reader:()Ljava/io/Reader;
            astore 2 /* r */
         3: .line 227
            sipush 8192
            newarray 5
            astore 3 /* buffer */
        start local 3 // char[] buffer
         4: .line 229
            goto 6
        start local 4 // int read
         5: .line 230
      StackMap locals: org.jooq.Source java.io.StringWriter java.io.Reader char[] int
      StackMap stack:
            aload 1 /* w */
            aload 3 /* buffer */
            iconst_0
            iload 4 /* read */
            invokevirtual java.io.StringWriter.write:([CII)V
        end local 4 // int read
         6: .line 229
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            aload 3 /* buffer */
            iconst_0
            sipush 8192
            invokevirtual java.io.Reader.read:([CII)I
            dup
            istore 4 /* read */
        start local 4 // int read
         7: ifge 5
        end local 4 // int read
        end local 3 // char[] buffer
         8: .line 231
            goto 14
         9: .line 232
      StackMap locals: org.jooq.Source java.io.StringWriter java.io.Reader
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
        10: .line 233
            new org.jooq.exception.IOException
            dup
            ldc "Could not read source"
            aload 3 /* e */
            invokespecial org.jooq.exception.IOException.<init>:(Ljava/lang/String;Ljava/io/IOException;)V
            athrow
        end local 3 // java.io.IOException e
        11: .line 235
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        12: .line 236
            aload 2 /* r */
            invokestatic org.jooq.tools.jdbc.JDBCUtils.safeClose:(Ljava/io/Closeable;)V
        13: .line 237
            aload 5
            athrow
        14: .line 236
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            invokestatic org.jooq.tools.jdbc.JDBCUtils.safeClose:(Ljava/io/Closeable;)V
        15: .line 239
            aload 1 /* w */
            invokevirtual java.io.StringWriter.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.io.Reader r
        end local 1 // java.io.StringWriter w
        end local 0 // org.jooq.Source this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/jooq/Source;
            1   16     1       w  Ljava/io/StringWriter;
            2   16     2       r  Ljava/io/Reader;
            4    8     3  buffer  [C
            5    6     4    read  I
            7    8     4    read  I
           10   11     3       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     8       9  Class java.io.IOException
           2    11      11  any
    Exceptions:
      throws org.jooq.exception.IOException

  private final java.io.Reader inputStreamReader(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/io/Reader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jooq.Source this
        start local 1 // java.io.InputStream is
         0: .line 243
            aload 0 /* this */
            getfield org.jooq.Source.charsetName:Ljava/lang/String;
            ifnull 2
         1: .line 244
            new java.io.InputStreamReader
            dup
            aload 1 /* is */
            aload 0 /* this */
            getfield org.jooq.Source.charsetName:Ljava/lang/String;
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
            areturn
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.charset:Ljava/nio/charset/Charset;
            ifnull 4
         3: .line 246
            new java.io.InputStreamReader
            dup
            aload 1 /* is */
            aload 0 /* this */
            getfield org.jooq.Source.charset:Ljava/nio/charset/Charset;
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/nio/charset/Charset;)V
            areturn
         4: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.charsetDecoder:Ljava/nio/charset/CharsetDecoder;
            ifnull 6
         5: .line 248
            new java.io.InputStreamReader
            dup
            aload 1 /* is */
            aload 0 /* this */
            getfield org.jooq.Source.charsetDecoder:Ljava/nio/charset/CharsetDecoder;
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)V
            areturn
         6: .line 250
      StackMap locals:
      StackMap stack:
            new java.io.InputStreamReader
            dup
            aload 1 /* is */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            areturn
        end local 1 // java.io.InputStream is
        end local 0 // org.jooq.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jooq/Source;
            0    7     1    is  Ljava/io/InputStream;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
      Name  Flags
      is    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.Source this
         0: .line 255
            aload 0 /* this */
            getfield org.jooq.Source.string:Ljava/lang/String;
            ifnull 2
         1: .line 256
            aload 0 /* this */
            getfield org.jooq.Source.string:Ljava/lang/String;
            areturn
         2: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.bytes:[B
            ifnull 4
         3: .line 258
            aload 0 /* this */
            invokevirtual org.jooq.Source.readString:()Ljava/lang/String;
            areturn
         4: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.reader:Ljava/io/Reader;
            ifnull 6
         5: .line 260
            ldc "Source (Reader)"
            areturn
         6: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.inputStream:Ljava/io/InputStream;
            ifnull 8
         7: .line 262
            ldc "Source (InputStream)"
            areturn
         8: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.Source.file:Ljava/io/File;
            ifnull 10
         9: .line 264
            new java.lang.StringBuilder
            dup
            ldc "Source ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jooq.Source.file:Ljava/io/File;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        10: .line 266
      StackMap locals:
      StackMap stack:
            ldc "Source (other)"
            areturn
        end local 0 // org.jooq.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jooq/Source;
}
SourceFile: "Source.java"