- close() - Method in class com.tomasteubner.common.core.csv.CsvWriter
-
- closeQuietly(Closeable) - Static method in class com.tomasteubner.common.core.io.IoUtilities
-
Close a Closeable quietly without throwing an exception
- com.tomasteubner.common.core.csv - package com.tomasteubner.common.core.csv
-
This package contains classes to handle CSV files.
- com.tomasteubner.common.core.io - package com.tomasteubner.common.core.io
-
This package contains classes based on java.io classes.
- com.tomasteubner.common.core.util - package com.tomasteubner.common.core.util
-
This package contains some utility classes.
- concat(String...) - Static method in class com.tomasteubner.common.core.util.TextUtilities
-
Concatenate strings.
- copy(InputStream, OutputStream) - Static method in class com.tomasteubner.common.core.io.FileUtilities
-
Copy everything from an InputStream to an OutputStream.
- copy(Reader, Writer) - Static method in class com.tomasteubner.common.core.io.FileUtilities
-
Copy everything from a Reader to a Writer.
- createHash(String) - Static method in class com.tomasteubner.common.core.util.PasswordHash
-
Returns a salted PBKDF2 hash of the password.
- createHash(char[]) - Static method in class com.tomasteubner.common.core.util.PasswordHash
-
Returns a salted PBKDF2 hash of the password.
- CsvParser - Class in com.tomasteubner.common.core.csv
-
Parser for strings containing comma separated values.
- CsvParser(String, char, char) - Constructor for class com.tomasteubner.common.core.csv.CsvParser
-
Construct parser from a String.
- CsvParser(String) - Constructor for class com.tomasteubner.common.core.csv.CsvParser
-
Construct parser from a String.
- CsvWriter - Class in com.tomasteubner.common.core.csv
-
Writer for files containing comma separated values.
- CsvWriter(Writer, char, char) - Constructor for class com.tomasteubner.common.core.csv.CsvWriter
-
Construct CsvWriter from a Writer.
- CsvWriter(OutputStream, char, char) - Constructor for class com.tomasteubner.common.core.csv.CsvWriter
-
Construct CsvWriter from an OutputStream.
- CsvWriter(OutputStream) - Constructor for class com.tomasteubner.common.core.csv.CsvWriter
-
Construct CsvWriter from an OutputStream.
- CsvWriter(Writer) - Constructor for class com.tomasteubner.common.core.csv.CsvWriter
-
Construct CsvWriter from a Writer.