- getArray(String) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Takes a table as CSV encoded string and returns the fields as rectangular or non-rectangular 2D-table.
- getArray(String, String) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Takes a table as CSV encoded string and returns the fields as rectangular or non-rectangular 2D-table.
- getArray(String, String, String) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Takes a table as CSV encoded string and returns the fields as rectangular or non-rectangular 2D-table.
- getArray(ArrayList<String>) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Takes a table as list of strings each split by delimiters and returns the fields as rectangular or non-rectangular 2D-table.
- getArray(ArrayList<String>, String) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Takes a table as list of strings each split by delimiters and returns the fields as rectangular or non-rectangular 2D-table.
- getCRC32Value(File) - Static method in class de.mgmechanics.myflipflops.File.Checksum
-
Calculate CRC32 checksum for a given file.
- getCsv(String[][]) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Uses field delimiter from argument.
Record delimiter is the same line separator as used by operation system.
Field delimiter is tab (ASCII 09 = horizontal tab).
Please read the class description!
- getCsv(String[][], String) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Uses field delimiter from argument.
Record delimiter is the same line separator as used by operation system.
Please read the class description!
- getCsv(String[][], String, String) - Static method in class de.mgmechanics.myflipflops.File.SimplestCsv
-
Uses field delimiter and record delimiter from arguments.
Please read the class description!
- getFileWithoutExtension() - Method in class de.mgmechanics.myflipflops.io.File
-
Returns the file name without file name extension and without extension separator i.e.
- getNameExtension() - Method in class de.mgmechanics.myflipflops.io.File
-
Returns the file name extension from file name without extension separator i.e.
- getResourceStream(String, String) - Static method in class de.mgmechanics.myflipflops.File.Textfile
-
Get a resource (in particular a file packed into the jar file) and return the content as InputStream.
- getString(String) - Method in class de.mgmechanics.myflipflops.File.TextResource
-
Returns the text available for given resource (represented by its key).
- getTextResource(String, String, Locale) - Static method in class de.mgmechanics.myflipflops.File.TextResource
-
Factory method
- getTimestampSimple(boolean) - Static method in class de.mgmechanics.myflipflops.File.Textfile
-
Get a simple timestamp with or without time.
It uses a Gregorian Calendar the current time in the default time zone with the default locale see java.util.GregorianCalendar constructor GregorianCalendar().