public class com.opencsv.CSVReader implements java.io.Closeable, java.lang.Iterable<java.lang.String[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.opencsv.CSVReader
  super_class: java.lang.Object
{
  public static final boolean DEFAULT_KEEP_CR;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_VERIFY_READER;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int CONTEXT_MULTILINE_EXCEPTION_MESSAGE_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  public static final int DEFAULT_SKIP_LINES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int DEFAULT_MULTILINE_LIMIT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected static final java.util.List<java.lang.Class<? extends java.io.IOException>> PASSTHROUGH_EXCEPTIONS;
    descriptor: Ljava/util/List;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Class<+Ljava/io/IOException;>;>;

  public static final int READ_AHEAD_LIMIT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

  protected com.opencsv.ICSVParser parser;
    descriptor: Lcom/opencsv/ICSVParser;
    flags: (0x0004) ACC_PROTECTED

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

  protected java.io.BufferedReader br;
    descriptor: Ljava/io/BufferedReader;
    flags: (0x0004) ACC_PROTECTED

  protected com.opencsv.stream.reader.LineReader lineReader;
    descriptor: Lcom/opencsv/stream/reader/LineReader;
    flags: (0x0004) ACC_PROTECTED

  protected boolean hasNext;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean linesSkipped;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean keepCR;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean verifyReader;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

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

  protected java.util.Locale errorLocale;
    descriptor: Ljava/util/Locale;
    flags: (0x0004) ACC_PROTECTED

  protected long linesRead;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long recordsRead;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String[] peekedLine;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected final java.util.Queue<com.opencsv.bean.util.OrderedObject<java.lang.String>> peekedLines;
    descriptor: Ljava/util/Queue;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/Queue<Lcom/opencsv/bean/util/OrderedObject<Ljava/lang/String;>;>;

  private final com.opencsv.validators.LineValidatorAggregator lineValidatorAggregator;
    descriptor: Lcom/opencsv/validators/LineValidatorAggregator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.opencsv.validators.RowValidatorAggregator rowValidatorAggregator;
    descriptor: Lcom/opencsv/validators/RowValidatorAggregator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.opencsv.processor.RowProcessor rowProcessor;
    descriptor: Lcom/opencsv/processor/RowProcessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 57
            bipush 7
            anewarray java.lang.Class
            dup
            iconst_0
         1: .line 59
            ldc Ljava/nio/charset/CharacterCodingException;
            aastore
            dup
            iconst_1
            ldc Ljava/io/CharConversionException;
            aastore
            dup
            iconst_2
         2: .line 60
            ldc Ljava/io/UnsupportedEncodingException;
            aastore
            dup
            iconst_3
            ldc Ljava/io/UTFDataFormatException;
            aastore
            dup
            iconst_4
         3: .line 61
            ldc Ljava/util/zip/ZipException;
            aastore
            dup
            iconst_5
            ldc Ljava/io/FileNotFoundException;
            aastore
            dup
            bipush 6
            ldc Ljava/nio/charset/MalformedInputException;
            aastore
         4: .line 59
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
         5: .line 58
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic com.opencsv.CSVReader.PASSTHROUGH_EXCEPTIONS:Ljava/util/List;
         6: .line 64
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=2, args_size=2
        start local 0 // com.opencsv.CSVReader this
        start local 1 // java.io.Reader reader
         0: .line 91
            aload 0 /* this */
            aload 1 /* reader */
            iconst_0
         1: .line 92
            new com.opencsv.CSVParser
            dup
            bipush 44
         2: .line 93
            bipush 34
         3: .line 94
            bipush 92
         4: .line 95
            iconst_0
         5: .line 96
            iconst_1
         6: .line 97
            iconst_0
         7: .line 98
            getstatic com.opencsv.ICSVParser.DEFAULT_NULL_FIELD_INDICATOR:Lcom/opencsv/enums/CSVReaderNullFieldIndicator;
         8: .line 99
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
         9: .line 92
            invokespecial com.opencsv.CSVParser.<init>:(CCCZZZLcom/opencsv/enums/CSVReaderNullFieldIndicator;Ljava/util/Locale;)V
        10: .line 100
            iconst_0
        11: .line 101
            iconst_1
        12: .line 102
            iconst_0
        13: .line 103
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
        14: .line 104
            new com.opencsv.validators.LineValidatorAggregator
            dup
            invokespecial com.opencsv.validators.LineValidatorAggregator.<init>:()V
        15: .line 105
            new com.opencsv.validators.RowValidatorAggregator
            dup
            invokespecial com.opencsv.validators.RowValidatorAggregator.<init>:()V
        16: .line 106
            aconst_null
            invokespecial com.opencsv.CSVReader.<init>:(Ljava/io/Reader;ILcom/opencsv/ICSVParser;ZZILjava/util/Locale;Lcom/opencsv/validators/LineValidatorAggregator;Lcom/opencsv/validators/RowValidatorAggregator;Lcom/opencsv/processor/RowProcessor;)V
        17: .line 107
            return
        end local 1 // java.io.Reader reader
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lcom/opencsv/CSVReader;
            0   18     1  reader  Ljava/io/Reader;
    MethodParameters:
        Name  Flags
      reader  

  void <init>(java.io.Reader, int, com.opencsv.ICSVParser, boolean, boolean, int, java.util.Locale, com.opencsv.validators.LineValidatorAggregator, com.opencsv.validators.RowValidatorAggregator, com.opencsv.processor.RowProcessor);
    descriptor: (Ljava/io/Reader;ILcom/opencsv/ICSVParser;ZZILjava/util/Locale;Lcom/opencsv/validators/LineValidatorAggregator;Lcom/opencsv/validators/RowValidatorAggregator;Lcom/opencsv/processor/RowProcessor;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=11, args_size=11
        start local 0 // com.opencsv.CSVReader this
        start local 1 // java.io.Reader reader
        start local 2 // int line
        start local 3 // com.opencsv.ICSVParser icsvParser
        start local 4 // boolean keepCR
        start local 5 // boolean verifyReader
        start local 6 // int multilineLimit
        start local 7 // java.util.Locale errorLocale
        start local 8 // com.opencsv.validators.LineValidatorAggregator lineValidatorAggregator
        start local 9 // com.opencsv.validators.RowValidatorAggregator rowValidatorAggregator
        start local 10 // com.opencsv.processor.RowProcessor rowProcessor
         0: .line 125
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            iconst_1
            putfield com.opencsv.CSVReader.hasNext:Z
         2: .line 73
            aload 0 /* this */
            iconst_0
            putfield com.opencsv.CSVReader.multilineLimit:I
         3: .line 76
            aload 0 /* this */
            lconst_0
            putfield com.opencsv.CSVReader.linesRead:J
         4: .line 77
            aload 0 /* this */
            lconst_0
            putfield com.opencsv.CSVReader.recordsRead:J
         5: .line 78
            aload 0 /* this */
            aconst_null
            putfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
         6: .line 79
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield com.opencsv.CSVReader.peekedLines:Ljava/util/Queue;
         7: .line 128
            aload 0 /* this */
         8: .line 129
            aload 1 /* reader */
            instanceof java.io.BufferedReader
            ifeq 10
         9: .line 130
            aload 1 /* reader */
            checkcast java.io.BufferedReader
            goto 11
        10: .line 131
      StackMap locals: com.opencsv.CSVReader java.io.Reader int com.opencsv.ICSVParser int int int java.util.Locale com.opencsv.validators.LineValidatorAggregator com.opencsv.validators.RowValidatorAggregator com.opencsv.processor.RowProcessor
      StackMap stack: com.opencsv.CSVReader
            new java.io.BufferedReader
            dup
            aload 1 /* reader */
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
        11: .line 128
      StackMap locals: com.opencsv.CSVReader java.io.Reader int com.opencsv.ICSVParser int int int java.util.Locale com.opencsv.validators.LineValidatorAggregator com.opencsv.validators.RowValidatorAggregator com.opencsv.processor.RowProcessor
      StackMap stack: com.opencsv.CSVReader java.io.BufferedReader
            putfield com.opencsv.CSVReader.br:Ljava/io/BufferedReader;
        12: .line 132
            aload 0 /* this */
            new com.opencsv.stream.reader.LineReader
            dup
            aload 0 /* this */
            getfield com.opencsv.CSVReader.br:Ljava/io/BufferedReader;
            iload 4 /* keepCR */
            invokespecial com.opencsv.stream.reader.LineReader.<init>:(Ljava/io/BufferedReader;Z)V
            putfield com.opencsv.CSVReader.lineReader:Lcom/opencsv/stream/reader/LineReader;
        13: .line 133
            aload 0 /* this */
            iload 2 /* line */
            putfield com.opencsv.CSVReader.skipLines:I
        14: .line 134
            aload 0 /* this */
            aload 3 /* icsvParser */
            putfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
        15: .line 135
            aload 0 /* this */
            iload 4 /* keepCR */
            putfield com.opencsv.CSVReader.keepCR:Z
        16: .line 136
            aload 0 /* this */
            iload 5 /* verifyReader */
            putfield com.opencsv.CSVReader.verifyReader:Z
        17: .line 137
            aload 0 /* this */
            iload 6 /* multilineLimit */
            putfield com.opencsv.CSVReader.multilineLimit:I
        18: .line 138
            aload 0 /* this */
            aload 7 /* errorLocale */
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokestatic org.apache.commons.lang3.ObjectUtils.defaultIfNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Locale
            putfield com.opencsv.CSVReader.errorLocale:Ljava/util/Locale;
        19: .line 139
            aload 0 /* this */
            aload 8 /* lineValidatorAggregator */
            putfield com.opencsv.CSVReader.lineValidatorAggregator:Lcom/opencsv/validators/LineValidatorAggregator;
        20: .line 140
            aload 0 /* this */
            aload 9 /* rowValidatorAggregator */
            putfield com.opencsv.CSVReader.rowValidatorAggregator:Lcom/opencsv/validators/RowValidatorAggregator;
        21: .line 141
            aload 0 /* this */
            aload 10 /* rowProcessor */
            putfield com.opencsv.CSVReader.rowProcessor:Lcom/opencsv/processor/RowProcessor;
        22: .line 142
            return
        end local 10 // com.opencsv.processor.RowProcessor rowProcessor
        end local 9 // com.opencsv.validators.RowValidatorAggregator rowValidatorAggregator
        end local 8 // com.opencsv.validators.LineValidatorAggregator lineValidatorAggregator
        end local 7 // java.util.Locale errorLocale
        end local 6 // int multilineLimit
        end local 5 // boolean verifyReader
        end local 4 // boolean keepCR
        end local 3 // com.opencsv.ICSVParser icsvParser
        end local 2 // int line
        end local 1 // java.io.Reader reader
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   23     0                     this  Lcom/opencsv/CSVReader;
            0   23     1                   reader  Ljava/io/Reader;
            0   23     2                     line  I
            0   23     3               icsvParser  Lcom/opencsv/ICSVParser;
            0   23     4                   keepCR  Z
            0   23     5             verifyReader  Z
            0   23     6           multilineLimit  I
            0   23     7              errorLocale  Ljava/util/Locale;
            0   23     8  lineValidatorAggregator  Lcom/opencsv/validators/LineValidatorAggregator;
            0   23     9   rowValidatorAggregator  Lcom/opencsv/validators/RowValidatorAggregator;
            0   23    10             rowProcessor  Lcom/opencsv/processor/RowProcessor;
    MethodParameters:
                         Name  Flags
      reader                   
      line                     
      icsvParser               
      keepCR                   
      verifyReader             
      multilineLimit           
      errorLocale              
      lineValidatorAggregator  
      rowValidatorAggregator   
      rowProcessor             

  public com.opencsv.ICSVParser getParser();
    descriptor: ()Lcom/opencsv/ICSVParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 148
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            areturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;

  public int getSkipLines();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 158
            aload 0 /* this */
            getfield com.opencsv.CSVReader.skipLines:I
            ireturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;

  public boolean keepCarriageReturns();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 167
            aload 0 /* this */
            getfield com.opencsv.CSVReader.keepCR:Z
            ireturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;

  public java.util.List<java.lang.String[]> readAll();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 184
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 1 /* allElements */
        start local 1 // java.util.List allElements
         1: .line 185
            goto 5
         2: .line 186
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.opencsv.CSVReader.readNext:()[Ljava/lang/String;
            astore 2 /* nextLineAsTokens */
        start local 2 // java.lang.String[] nextLineAsTokens
         3: .line 187
            aload 2 /* nextLineAsTokens */
            ifnull 5
         4: .line 188
            aload 1 /* allElements */
            aload 2 /* nextLineAsTokens */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.String[] nextLineAsTokens
         5: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.hasNext:Z
            ifne 2
         6: .line 191
            aload 1 /* allElements */
            areturn
        end local 1 // java.util.List allElements
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/opencsv/CSVReader;
            1    7     1       allElements  Ljava/util/List<[Ljava/lang/String;>;
            3    5     2  nextLineAsTokens  [Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, com.opencsv.exceptions.CsvException
    Signature: ()Ljava/util/List<[Ljava/lang/String;>;

  public java.lang.String[] readNext();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 204
            aload 0 /* this */
            iconst_1
            iconst_1
            invokevirtual com.opencsv.CSVReader.flexibleRead:(ZZ)[Ljava/lang/String;
            areturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;
    Exceptions:
      throws java.io.IOException, com.opencsv.exceptions.CsvValidationException

  public java.lang.String[] readNextSilently();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 218
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual com.opencsv.CSVReader.flexibleRead:(ZZ)[Ljava/lang/String;
         1: areturn
         2: .line 219
      StackMap locals:
      StackMap stack: com.opencsv.exceptions.CsvValidationException
            astore 1 /* e */
        start local 1 // com.opencsv.exceptions.CsvValidationException e
         3: .line 220
            new com.opencsv.exceptions.CsvRuntimeException
            dup
            ldc "A CSValidationException was thrown from the runNextSilently method which should not happen"
            aload 1 /* e */
            invokespecial com.opencsv.exceptions.CsvRuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // com.opencsv.exceptions.CsvValidationException e
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/opencsv/CSVReader;
            3    4     1     e  Lcom/opencsv/exceptions/CsvValidationException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.opencsv.exceptions.CsvValidationException
    Exceptions:
      throws java.io.IOException

  private void primeNextRecord();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=10, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 232
            iconst_0
            istore 1 /* linesInThisRecord */
        start local 1 // int linesInThisRecord
         1: .line 233
            aload 0 /* this */
            getfield com.opencsv.CSVReader.linesRead:J
            lconst_1
            ladd
            lstore 2 /* lastSuccessfulLineRead */
        start local 2 // long lastSuccessfulLineRead
         2: .line 235
      StackMap locals: int long
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.opencsv.CSVReader.getNextLine:()Ljava/lang/String;
            astore 4 /* nextLine */
        start local 4 // java.lang.String nextLine
         3: .line 236
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLines:Ljava/util/Queue;
            new com.opencsv.bean.util.OrderedObject
            dup
            lload 2 /* lastSuccessfulLineRead */
            aload 4 /* nextLine */
            invokespecial com.opencsv.bean.util.OrderedObject.<init>:(JLjava/lang/Object;)V
            invokeinterface java.util.Queue.add:(Ljava/lang/Object;)Z
            pop
         4: .line 237
            iinc 1 /* linesInThisRecord */ 1
         5: .line 241
            aload 0 /* this */
            getfield com.opencsv.CSVReader.hasNext:Z
            ifne 14
         6: .line 242
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            invokeinterface com.opencsv.ICSVParser.isPending:()Z
            ifeq 13
         7: .line 243
            new com.opencsv.exceptions.CsvMalformedLineException
            dup
         8: .line 244
            ldc "opencsv"
            aload 0 /* this */
            getfield com.opencsv.CSVReader.errorLocale:Ljava/util/Locale;
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;
            ldc "unterminated.quote"
            invokevirtual java.util.ResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         9: .line 245
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            invokeinterface com.opencsv.ICSVParser.getPendingText:()Ljava/lang/String;
            bipush 100
            invokestatic org.apache.commons.lang3.StringUtils.abbreviate:(Ljava/lang/String;I)Ljava/lang/String;
            aastore
        10: .line 243
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        11: .line 245
            lload 2 /* lastSuccessfulLineRead */
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            invokeinterface com.opencsv.ICSVParser.getPendingText:()Ljava/lang/String;
        12: .line 243
            invokespecial com.opencsv.exceptions.CsvMalformedLineException.<init>:(Ljava/lang/String;JLjava/lang/String;)V
            athrow
        13: .line 247
      StackMap locals: java.lang.String
      StackMap stack:
            return
        14: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.multilineLimit:I
            ifle 22
            iload 1 /* linesInThisRecord */
            aload 0 /* this */
            getfield com.opencsv.CSVReader.multilineLimit:I
            if_icmple 22
        15: .line 255
            aload 0 /* this */
            getfield com.opencsv.CSVReader.recordsRead:J
            lconst_1
            ladd
            lstore 5 /* row */
        start local 5 // long row
        16: .line 257
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            invokeinterface com.opencsv.ICSVParser.getPendingText:()Ljava/lang/String;
            astore 7 /* context */
        start local 7 // java.lang.String context
        17: .line 261
            aload 7 /* context */
            invokevirtual java.lang.String.length:()I
            bipush 100
            if_icmple 19
        18: .line 262
            aload 7 /* context */
            iconst_0
            bipush 100
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 7 /* context */
        19: .line 265
      StackMap locals: long java.lang.String
      StackMap stack:
            ldc "opencsv"
            aload 0 /* this */
            getfield com.opencsv.CSVReader.errorLocale:Ljava/util/Locale;
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;
            ldc "multiline.limit.broken"
            invokevirtual java.util.ResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 8 /* messageFormat */
        start local 8 // java.lang.String messageFormat
        20: .line 266
            aload 0 /* this */
            getfield com.opencsv.CSVReader.errorLocale:Ljava/util/Locale;
            aload 8 /* messageFormat */
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.opencsv.CSVReader.multilineLimit:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            lload 5 /* row */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 7 /* context */
            aastore
            invokestatic java.lang.String.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 9 /* message */
        start local 9 // java.lang.String message
        21: .line 267
            new com.opencsv.exceptions.CsvMultilineLimitBrokenException
            dup
            aload 9 /* message */
            lload 5 /* row */
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            invokeinterface com.opencsv.ICSVParser.getPendingText:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.opencsv.CSVReader.multilineLimit:I
            invokespecial com.opencsv.exceptions.CsvMultilineLimitBrokenException.<init>:(Ljava/lang/String;JLjava/lang/String;I)V
            athrow
        end local 9 // java.lang.String message
        end local 8 // java.lang.String messageFormat
        end local 7 // java.lang.String context
        end local 5 // long row
        22: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            aload 4 /* nextLine */
            invokeinterface com.opencsv.ICSVParser.parseLineMulti:(Ljava/lang/String;)[Ljava/lang/String;
            astore 5 /* r */
        start local 5 // java.lang.String[] r
        23: .line 272
            aload 5 /* r */
            arraylength
            ifle 28
        24: .line 273
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
            ifnonnull 27
        25: .line 274
            aload 0 /* this */
            aload 5 /* r */
            putfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
        26: .line 275
            goto 28
        27: .line 276
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
            aload 5 /* r */
            invokevirtual com.opencsv.CSVReader.combineResultsFromMultipleReads:([Ljava/lang/String;[Ljava/lang/String;)[Ljava/lang/String;
            putfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
        end local 5 // java.lang.String[] r
        end local 4 // java.lang.String nextLine
        28: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            invokeinterface com.opencsv.ICSVParser.isPending:()Z
            ifne 2
        29: .line 281
            return
        end local 2 // long lastSuccessfulLineRead
        end local 1 // int linesInThisRecord
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   30     0                    this  Lcom/opencsv/CSVReader;
            1   30     1       linesInThisRecord  I
            2   30     2  lastSuccessfulLineRead  J
            3   28     4                nextLine  Ljava/lang/String;
           16   22     5                     row  J
           17   22     7                 context  Ljava/lang/String;
           20   22     8           messageFormat  Ljava/lang/String;
           21   22     9                 message  Ljava/lang/String;
           23   28     5                       r  [Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  private void validateLine(long, java.lang.String);
    descriptor: (JLjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.opencsv.CSVReader this
        start local 1 // long lastSuccessfulLineRead
        start local 3 // java.lang.String nextLine
         0: .line 293
            aload 0 /* this */
            getfield com.opencsv.CSVReader.lineValidatorAggregator:Lcom/opencsv/validators/LineValidatorAggregator;
            aload 3 /* nextLine */
            invokevirtual com.opencsv.validators.LineValidatorAggregator.validate:(Ljava/lang/String;)V
         1: .line 294
            goto 5
      StackMap locals:
      StackMap stack: com.opencsv.exceptions.CsvValidationException
         2: astore 4 /* cve */
        start local 4 // com.opencsv.exceptions.CsvValidationException cve
         3: .line 295
            aload 4 /* cve */
            lload 1 /* lastSuccessfulLineRead */
            invokevirtual com.opencsv.exceptions.CsvValidationException.setLineNumber:(J)V
         4: .line 296
            aload 4 /* cve */
            athrow
        end local 4 // com.opencsv.exceptions.CsvValidationException cve
         5: .line 298
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String nextLine
        end local 1 // long lastSuccessfulLineRead
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    6     0                    this  Lcom/opencsv/CSVReader;
            0    6     1  lastSuccessfulLineRead  J
            0    6     3                nextLine  Ljava/lang/String;
            3    5     4                     cve  Lcom/opencsv/exceptions/CsvValidationException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.opencsv.exceptions.CsvValidationException
    Exceptions:
      throws com.opencsv.exceptions.CsvValidationException
    MethodParameters:
                        Name  Flags
      lastSuccessfulLineRead  
      nextLine                

  protected void validateResult(java.lang.String[], long);
    descriptor: ([Ljava/lang/String;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.opencsv.CSVReader this
        start local 1 // java.lang.String[] result
        start local 2 // long lineStartOfRow
         0: .line 308
            aload 1 /* result */
            ifnull 8
         1: .line 309
            aload 0 /* this */
            getfield com.opencsv.CSVReader.rowProcessor:Lcom/opencsv/processor/RowProcessor;
            ifnull 3
         2: .line 310
            aload 0 /* this */
            getfield com.opencsv.CSVReader.rowProcessor:Lcom/opencsv/processor/RowProcessor;
            aload 1 /* result */
            invokeinterface com.opencsv.processor.RowProcessor.processRow:([Ljava/lang/String;)V
         3: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.rowValidatorAggregator:Lcom/opencsv/validators/RowValidatorAggregator;
            aload 1 /* result */
            invokevirtual com.opencsv.validators.RowValidatorAggregator.validate:([Ljava/lang/String;)V
         4: .line 314
            goto 8
      StackMap locals:
      StackMap stack: com.opencsv.exceptions.CsvValidationException
         5: astore 4 /* cve */
        start local 4 // com.opencsv.exceptions.CsvValidationException cve
         6: .line 315
            aload 4 /* cve */
            lload 2 /* lineStartOfRow */
            invokevirtual com.opencsv.exceptions.CsvValidationException.setLineNumber:(J)V
         7: .line 316
            aload 4 /* cve */
            athrow
        end local 4 // com.opencsv.exceptions.CsvValidationException cve
         8: .line 319
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long lineStartOfRow
        end local 1 // java.lang.String[] result
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/opencsv/CSVReader;
            0    9     1          result  [Ljava/lang/String;
            0    9     2  lineStartOfRow  J
            6    8     4             cve  Lcom/opencsv/exceptions/CsvValidationException;
      Exception table:
        from    to  target  type
           3     4       5  Class com.opencsv.exceptions.CsvValidationException
    Exceptions:
      throws com.opencsv.exceptions.CsvValidationException
    MethodParameters:
                Name  Flags
      result          
      lineStartOfRow  

  protected java.lang.String[] combineResultsFromMultipleReads(java.lang.String[], java.lang.String[]);
    descriptor: ([Ljava/lang/String;[Ljava/lang/String;)[Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.opencsv.CSVReader this
        start local 1 // java.lang.String[] buffer
        start local 2 // java.lang.String[] lastRead
         0: .line 329
            aload 1 /* buffer */
            arraylength
            aload 2 /* lastRead */
            arraylength
            iadd
            anewarray java.lang.String
            astore 3 /* t */
        start local 3 // java.lang.String[] t
         1: .line 330
            aload 1 /* buffer */
            iconst_0
            aload 3 /* t */
            iconst_0
            aload 1 /* buffer */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 331
            aload 2 /* lastRead */
            iconst_0
            aload 3 /* t */
            aload 1 /* buffer */
            arraylength
            aload 2 /* lastRead */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 332
            aload 3 /* t */
            areturn
        end local 3 // java.lang.String[] t
        end local 2 // java.lang.String[] lastRead
        end local 1 // java.lang.String[] buffer
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/opencsv/CSVReader;
            0    4     1    buffer  [Ljava/lang/String;
            0    4     2  lastRead  [Ljava/lang/String;
            1    4     3         t  [Ljava/lang/String;
    MethodParameters:
          Name  Flags
      buffer    
      lastRead  

  protected java.lang.String getNextLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 343
            aload 0 /* this */
            invokevirtual com.opencsv.CSVReader.isClosed:()Z
            ifeq 3
         1: .line 344
            aload 0 /* this */
            iconst_0
            putfield com.opencsv.CSVReader.hasNext:Z
         2: .line 345
            aconst_null
            areturn
         3: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.linesSkipped:Z
            ifne 11
         4: .line 349
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         5: goto 9
         6: .line 350
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.lineReader:Lcom/opencsv/stream/reader/LineReader;
            invokevirtual com.opencsv.stream.reader.LineReader.readLine:()Ljava/lang/String;
            pop
         7: .line 351
            aload 0 /* this */
            dup
            getfield com.opencsv.CSVReader.linesRead:J
            lconst_1
            ladd
            putfield com.opencsv.CSVReader.linesRead:J
         8: .line 349
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            aload 0 /* this */
            getfield com.opencsv.CSVReader.skipLines:I
            if_icmplt 6
        end local 1 // int i
        10: .line 353
            aload 0 /* this */
            iconst_1
            putfield com.opencsv.CSVReader.linesSkipped:Z
        11: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.lineReader:Lcom/opencsv/stream/reader/LineReader;
            invokevirtual com.opencsv.stream.reader.LineReader.readLine:()Ljava/lang/String;
            astore 1 /* nextLine */
        start local 1 // java.lang.String nextLine
        12: .line 356
            aload 1 /* nextLine */
            ifnonnull 15
        13: .line 357
            aload 0 /* this */
            iconst_0
            putfield com.opencsv.CSVReader.hasNext:Z
        14: .line 358
            goto 16
        15: .line 359
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.opencsv.CSVReader.linesRead:J
            lconst_1
            ladd
            putfield com.opencsv.CSVReader.linesRead:J
        16: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.hasNext:Z
            ifeq 17
            aload 1 /* nextLine */
            goto 18
      StackMap locals:
      StackMap stack:
        17: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
        18: areturn
        end local 1 // java.lang.String nextLine
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/opencsv/CSVReader;
            5   10     1         i  I
           12   19     1  nextLine  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public int getMultilineLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 371
            aload 0 /* this */
            getfield com.opencsv.CSVReader.multilineLimit:I
            ireturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;

  protected boolean isClosed();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 394
            aload 0 /* this */
            getfield com.opencsv.CSVReader.verifyReader:Z
            ifne 2
         1: .line 395
            iconst_0
            ireturn
         2: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.br:Ljava/io/BufferedReader;
            iconst_2
            invokevirtual java.io.BufferedReader.mark:(I)V
         3: .line 399
            aload 0 /* this */
            getfield com.opencsv.CSVReader.br:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.read:()I
            istore 1 /* nextByte */
        start local 1 // int nextByte
         4: .line 400
            aload 0 /* this */
            getfield com.opencsv.CSVReader.br:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.reset:()V
         5: .line 401
            iload 1 /* nextByte */
            iconst_m1
            if_icmpne 6
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         6: iconst_0
         7: ireturn
        end local 1 // int nextByte
         8: .line 402
      StackMap locals: com.opencsv.CSVReader
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         9: .line 403
            getstatic com.opencsv.CSVReader.PASSTHROUGH_EXCEPTIONS:Ljava/util/List;
            aload 1 /* e */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 404
            aload 1 /* e */
            athrow
        11: .line 407
      StackMap locals: java.io.IOException
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.io.IOException e
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/opencsv/CSVReader;
            4    8     1  nextByte  I
            9   12     1         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     7       8  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 418
            aload 0 /* this */
            getfield com.opencsv.CSVReader.br:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.close:()V
         1: .line 419
            return
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/opencsv/CSVReader;
    Exceptions:
      throws java.io.IOException

  public java.util.Iterator<java.lang.String[]> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 429
            new com.opencsv.CSVIterator
            dup
            aload 0 /* this */
            invokespecial com.opencsv.CSVIterator.<init>:(Lcom/opencsv/CSVReader;)V
            astore 1 /* it */
        start local 1 // com.opencsv.CSVIterator it
         1: .line 430
            aload 1 /* it */
            aload 0 /* this */
            getfield com.opencsv.CSVReader.errorLocale:Ljava/util/Locale;
            invokevirtual com.opencsv.CSVIterator.setErrorLocale:(Ljava/util/Locale;)V
         2: .line 431
            aload 1 /* it */
         3: areturn
        end local 1 // com.opencsv.CSVIterator it
         4: .line 432
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         5: .line 433
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/opencsv/CSVReader;
            1    4     1    it  Lcom/opencsv/CSVIterator;
            5    6     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
           0     3       4  Class com.opencsv.exceptions.CsvValidationException
    Signature: ()Ljava/util/Iterator<[Ljava/lang/String;>;

  public boolean verifyReader();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 455
            aload 0 /* this */
            getfield com.opencsv.CSVReader.verifyReader:Z
            ireturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;

  public long getLinesRead();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 489
            aload 0 /* this */
            getfield com.opencsv.CSVReader.linesRead:J
            lreturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;

  public long getRecordsRead();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 527
            aload 0 /* this */
            getfield com.opencsv.CSVReader.recordsRead:J
            lreturn
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/opencsv/CSVReader;

  public void skip(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.opencsv.CSVReader this
        start local 1 // int numberOfLinesToSkip
         0: .line 538
            iconst_0
            istore 2 /* j */
        start local 2 // int j
         1: goto 4
         2: .line 539
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.opencsv.CSVReader.readNextSilently:()[Ljava/lang/String;
            pop
         3: .line 538
            iinc 2 /* j */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* j */
            iload 1 /* numberOfLinesToSkip */
            if_icmplt 2
        end local 2 // int j
         5: .line 541
            return
        end local 1 // int numberOfLinesToSkip
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Lcom/opencsv/CSVReader;
            0    6     1  numberOfLinesToSkip  I
            1    5     2                    j  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                     Name  Flags
      numberOfLinesToSkip  

  public void setErrorLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.opencsv.CSVReader this
        start local 1 // java.util.Locale errorLocale
         0: .line 551
            aload 0 /* this */
            aload 1 /* errorLocale */
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokestatic org.apache.commons.lang3.ObjectUtils.defaultIfNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Locale
            putfield com.opencsv.CSVReader.errorLocale:Ljava/util/Locale;
         1: .line 552
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            ifnull 3
         2: .line 553
            aload 0 /* this */
            getfield com.opencsv.CSVReader.parser:Lcom/opencsv/ICSVParser;
            aload 0 /* this */
            getfield com.opencsv.CSVReader.errorLocale:Ljava/util/Locale;
            invokeinterface com.opencsv.ICSVParser.setErrorLocale:(Ljava/util/Locale;)V
         3: .line 555
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Locale errorLocale
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/opencsv/CSVReader;
            0    4     1  errorLocale  Ljava/util/Locale;
    MethodParameters:
             Name  Flags
      errorLocale  

  public java.lang.String[] peek();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.opencsv.CSVReader this
         0: .line 572
            aconst_null
            astore 1 /* result */
        start local 1 // java.lang.String[] result
         1: .line 574
            aload 0 /* this */
            iconst_0
            iconst_0
            invokevirtual com.opencsv.CSVReader.flexibleRead:(ZZ)[Ljava/lang/String;
            astore 1 /* result */
         2: .line 575
            goto 4
      StackMap locals: com.opencsv.CSVReader java.lang.String[]
      StackMap stack: com.opencsv.exceptions.CsvValidationException
         3: pop
         4: .line 578
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.lang.String[] result
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/opencsv/CSVReader;
            1    5     1  result  [Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       3  Class com.opencsv.exceptions.CsvValidationException
    Exceptions:
      throws java.io.IOException

  private java.lang.String[] flexibleRead(boolean, boolean);
    descriptor: (ZZ)[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.opencsv.CSVReader this
        start local 1 // boolean popLine
        start local 2 // boolean validate
         0: .line 597
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLines:Ljava/util/Queue;
            invokeinterface java.util.Queue.isEmpty:()Z
            ifeq 2
         1: .line 598
            aload 0 /* this */
            invokevirtual com.opencsv.CSVReader.primeNextRecord:()V
         2: .line 601
      StackMap locals:
      StackMap stack:
            iload 2 /* validate */
            ifeq 8
         3: .line 602
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLines:Ljava/util/Queue;
            invokeinterface java.util.Queue.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: com.opencsv.CSVReader int int top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.opencsv.bean.util.OrderedObject
            astore 3 /* orderedObject */
        start local 3 // com.opencsv.bean.util.OrderedObject orderedObject
         5: .line 603
            aload 0 /* this */
            aload 3 /* orderedObject */
            invokevirtual com.opencsv.bean.util.OrderedObject.getOrdinal:()J
            aload 3 /* orderedObject */
            invokevirtual com.opencsv.bean.util.OrderedObject.getElement:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual com.opencsv.CSVReader.validateLine:(JLjava/lang/String;)V
        end local 3 // com.opencsv.bean.util.OrderedObject orderedObject
         6: .line 602
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 605
            aload 0 /* this */
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
            aload 0 /* this */
            getfield com.opencsv.CSVReader.linesRead:J
            invokevirtual com.opencsv.CSVReader.validateResult:([Ljava/lang/String;J)V
         8: .line 608
      StackMap locals: com.opencsv.CSVReader int int
      StackMap stack:
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
            astore 3 /* result */
        start local 3 // java.lang.String[] result
         9: .line 610
            iload 1 /* popLine */
            ifeq 14
        10: .line 611
            aload 0 /* this */
            getfield com.opencsv.CSVReader.peekedLines:Ljava/util/Queue;
            invokeinterface java.util.Queue.clear:()V
        11: .line 612
            aload 0 /* this */
            aconst_null
            putfield com.opencsv.CSVReader.peekedLine:[Ljava/lang/String;
        12: .line 613
            aload 3 /* result */
            ifnull 14
        13: .line 614
            aload 0 /* this */
            dup
            getfield com.opencsv.CSVReader.recordsRead:J
            lconst_1
            ladd
            putfield com.opencsv.CSVReader.recordsRead:J
        14: .line 618
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // java.lang.String[] result
        end local 2 // boolean validate
        end local 1 // boolean popLine
        end local 0 // com.opencsv.CSVReader this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/opencsv/CSVReader;
            0   15     1        popLine  Z
            0   15     2       validate  Z
            5    6     3  orderedObject  Lcom/opencsv/bean/util/OrderedObject<Ljava/lang/String;>;
            9   15     3         result  [Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, com.opencsv.exceptions.CsvValidationException
    MethodParameters:
          Name  Flags
      popLine   
      validate  
}
Signature: Ljava/lang/Object;Ljava/io/Closeable;Ljava/lang/Iterable<[Ljava/lang/String;>;
SourceFile: "CSVReader.java"