Skip navigation links
C E F G N P R S W 

C

cat.inspiracio.io - package cat.inspiracio.io
 
cat.inspiracio.text - package cat.inspiracio.text
 
close() - Method in class cat.inspiracio.io.CSVWriter
Flushes and closes underlying writer.
CSVReader - Class in cat.inspiracio.io
Reads CSV records from a java.io.Reader, one at a time.
CSVReader(Reader) - Constructor for class cat.inspiracio.io.CSVReader
 
CSVWriter - Class in cat.inspiracio.io
Writes data in CSV format to somewhere.
CSVWriter(Writer) - Constructor for class cat.inspiracio.io.CSVWriter
Makes a new CSVWriter that writes to the given writer.

E

endRecord() - Method in class cat.inspiracio.io.CSVWriter
 

F

flush() - Method in class cat.inspiracio.io.CSVWriter
 
format(double, StringBuffer, FieldPosition) - Method in class cat.inspiracio.text.NumberFormatWrapper
 
format(long, StringBuffer, FieldPosition) - Method in class cat.inspiracio.text.NumberFormatWrapper
 

G

getCount() - Method in class cat.inspiracio.io.CSVReader
How many records have been read?

N

NumberFormatWrapper - Class in cat.inspiracio.text
 
NumberFormatWrapper(NumberFormat) - Constructor for class cat.inspiracio.text.NumberFormatWrapper
 

P

parse(String, ParsePosition) - Method in class cat.inspiracio.text.NumberFormatWrapper
 

R

readln() - Method in class cat.inspiracio.io.CSVReader
Reads (parses) one more record from the CSV file.

S

setDelimiter(char) - Method in class cat.inspiracio.io.CSVReader
Sets the field delimiter.
setDelimiter(char) - Method in class cat.inspiracio.io.CSVWriter
Sets the delimiter of a field.
setSeparator(char) - Method in class cat.inspiracio.io.CSVReader
Sets the field separator.
setSeparator(char) - Method in class cat.inspiracio.io.CSVWriter
Sets the field separator.

W

write(Object...) - Method in class cat.inspiracio.io.CSVWriter
Writes some objects to CSV, each object as one more field in the current record.
writeln(Object...) - Method in class cat.inspiracio.io.CSVWriter
Writes some objects to CSV, each object as one more field in the current record, and then writes a line ending to terminate the record, and flushes the underlying writer.
C E F G N P R S W 
Skip navigation links

Copyright © 2018. All rights reserved.