Revision 43983 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/org.gvsig.fmap.dal.file.csv/src/main/java/org/gvsig/fmap/dal/store/csv/simplereaders/FixedLenReader.java

View differences:

FixedLenReader.java
102 102
    public int getLine() {
103 103
        return this.currentLine;
104 104
    }
105

  
106
    @Override
107
    public List<String> nextRowValues() {
108
        try {
109
            return this.read();
110
        } catch (IOException ex) {
111
            throw new RuntimeException(ex);
112
        }
113
    }
105 114
}

Also available in: Unified diff