A C F G M O P R S

A

addComment(String) - Method in class org.tbee.csv.CSVFileWriter
Add comments to the output
addField(FLVString) - Method in class org.tbee.flv.FLVFileParser
wrappers for the type methods
addField(int, FLVString) - Method in class org.tbee.flv.FLVStringParser
 
addField(FLVString) - Method in class org.tbee.flv.FLVStringParser
 
appendField(String) - Method in class org.tbee.csv.CSVFileWriter
Add a field to the current line

C

commitLine() - Method in class org.tbee.csv.CSVFileWriter
Add the line to the output
configure(ConfigurationProperties, String) - Method in class org.tbee.flv.FLVFileParser
Find all matching properties in ConfigurationProperties and configure me.
configure(Properties) - Method in class org.tbee.flv.FLVFileParser
Find all matching properties in Properties and configure me.
configure(Collection) - Method in class org.tbee.flv.FLVFileParser
add fields according to the colleection
configure(String, String) - Method in class org.tbee.flv.FLVString
configure this class based on a configuration string
configureProperty(String, String) - Method in class org.tbee.flv.FLVDate
configure one property
configureProperty(String, String) - Method in class org.tbee.flv.FLVNumber
configure one property
configureProperty(String, String) - Method in class org.tbee.flv.FLVString
configure one property
CSVFileParser - Class in org.tbee.csv
This class provides file level access to the CSV parser.
CSVFileParser() - Constructor for class org.tbee.csv.CSVFileParser
Just the basic constructor Note that a inputstream must be set before the parse method is called
CSVFileParser(InputStream) - Constructor for class org.tbee.csv.CSVFileParser
Usually there is a stream that is parsed This need not be a file inputstream
CSVFileParser(Reader) - Constructor for class org.tbee.csv.CSVFileParser
Usually there is a stream that is parsed This need not be a file inputstream
CSVFileWriter - Class in org.tbee.csv
This class provides file level access to write CSV files.
CSVFileWriter() - Constructor for class org.tbee.csv.CSVFileWriter
Just the basic constructor Note that a OutputStream must be set before the parse method is called
CSVFileWriter(OutputStream) - Constructor for class org.tbee.csv.CSVFileWriter
Usually there is a stream that is parsed This need not be a file OutputStream
CSVStringParser - Class in org.tbee.csv
This class can split up a string based on CSV logic.
CSVStringParser() - Constructor for class org.tbee.csv.CSVStringParser
 
CSVUtil - Class in org.tbee.csv
 
CSVUtil() - Constructor for class org.tbee.csv.CSVUtil
 

F

findIdx(String) - Method in class org.tbee.flv.FLVStringParser
for using the named idx
FLVDate - Class in org.tbee.flv
 
FLVDate() - Constructor for class org.tbee.flv.FLVDate
 
FLVDate(String) - Constructor for class org.tbee.flv.FLVDate
 
FLVDate(int, String) - Constructor for class org.tbee.flv.FLVDate
 
FLVDate(String, String) - Constructor for class org.tbee.flv.FLVDate
 
FLVDate(String, int, String) - Constructor for class org.tbee.flv.FLVDate
 
FLVFileParser - Class in org.tbee.flv
This class provides file level access to the FLV parser.
FLVFileParser() - Constructor for class org.tbee.flv.FLVFileParser
Just the basic constructor Note that a inputstream must be set before the parse method is called
FLVFileParser(InputStream) - Constructor for class org.tbee.flv.FLVFileParser
Usually there is a stream that is parsed This need not be a file inputstream
FLVFileParser(Reader) - Constructor for class org.tbee.flv.FLVFileParser
Usually there is a stream that is parsed This need not be a file inputstream
FLVNumber - Class in org.tbee.flv
 
FLVNumber() - Constructor for class org.tbee.flv.FLVNumber
 
FLVNumber(int) - Constructor for class org.tbee.flv.FLVNumber
 
FLVNumber(String, int) - Constructor for class org.tbee.flv.FLVNumber
 
FLVNumber(int, int) - Constructor for class org.tbee.flv.FLVNumber
 
FLVNumber(String, int, int) - Constructor for class org.tbee.flv.FLVNumber
 
FLVString - Class in org.tbee.flv
In contradiction to Java, FLV starts with idx = 1 (not 0) Optionally this definition may get a name
FLVString() - Constructor for class org.tbee.flv.FLVString
 
FLVString(int) - Constructor for class org.tbee.flv.FLVString
 
FLVString(String, int) - Constructor for class org.tbee.flv.FLVString
 
FLVStringParser - Class in org.tbee.flv
This class can split up a string based on FLV logic.
FLVStringParser() - Constructor for class org.tbee.flv.FLVStringParser
 

G

getColumnSeparatorWidth() - Method in class org.tbee.flv.FLVStringParser
ColumnSeparator
getComment() - Method in class org.tbee.csv.CSVFileParser
 
getComment() - Method in class org.tbee.csv.CSVFileWriter
 
getData() - Method in class org.tbee.flv.FLVStringParser
the data (string) to be processed
getDate(String) - Method in class org.tbee.flv.FLVDate
 
getDate(int) - Method in class org.tbee.flv.FLVFileParser
 
getDate(String) - Method in class org.tbee.flv.FLVFileParser
 
getDate(int) - Method in class org.tbee.flv.FLVStringParser
 
getDate(String) - Method in class org.tbee.flv.FLVStringParser
 
getEscaper() - Method in class org.tbee.csv.CSVFileWriter
 
getEscaper() - Method in class org.tbee.csv.CSVStringParser
 
getField(int) - Method in class org.tbee.flv.FLVStringParser
fields
getFieldCount() - Method in class org.tbee.flv.FLVStringParser
 
getFieldSeparator() - Method in class org.tbee.csv.CSVFileWriter
 
getFileTerminatorWidth() - Method in class org.tbee.flv.FLVFileParser
The file terminator.
getFirstLineContainsHeader() - Method in class org.tbee.csv.CSVFileParser
 
getFirstLineContainsHeader() - Method in class org.tbee.flv.FLVFileParser
The first line may contain header information
getFormat() - Method in class org.tbee.flv.FLVDate
Format @see SimpleDateFormat
getHeader() - Method in class org.tbee.csv.CSVFileParser
If present, get the header
getHeader(int) - Method in class org.tbee.flv.FLVFileParser
headers
getLength() - Method in class org.tbee.flv.FLVString
Length
getLineNumber() - Method in class org.tbee.csv.CSVFileParser
 
getLineNumber() - Method in class org.tbee.csv.CSVFileWriter
 
getLineNumber() - Method in class org.tbee.flv.FLVFileParser
a line counter
getLineSeparator() - Method in class org.tbee.csv.CSVFileWriter
 
getLineSeparatorWidth() - Method in class org.tbee.flv.FLVFileParser
The line separator.
getLocale() - Method in class org.tbee.flv.FLVDate
Locale @see SimpleDateFormat
getName() - Method in class org.tbee.flv.FLVString
Name
getNameForDebug() - Method in class org.tbee.flv.FLVString
 
getNumber(int) - Method in class org.tbee.flv.FLVFileParser
 
getNumber(String) - Method in class org.tbee.flv.FLVFileParser
 
getNumber(String) - Method in class org.tbee.flv.FLVNumber
 
getNumber(int) - Method in class org.tbee.flv.FLVStringParser
 
getNumber(String) - Method in class org.tbee.flv.FLVStringParser
 
getNumberOfDecimals() - Method in class org.tbee.flv.FLVNumber
numberOfDecimals (counted from the right), so 1234 and separator at 1 means 123.4
getOutputStream() - Method in class org.tbee.csv.CSVFileWriter
 
getQuote() - Method in class org.tbee.csv.CSVStringParser
 
getReader() - Method in class org.tbee.csv.CSVFileParser
 
getReader() - Method in class org.tbee.flv.FLVFileParser
The stream to be parsed
getSeparator() - Method in class org.tbee.csv.CSVFileParser
 
getSeparator() - Method in class org.tbee.csv.CSVStringParser
 
getSkipEmptyLines() - Method in class org.tbee.csv.CSVFileParser
 
getStartIdx() - Method in class org.tbee.flv.FLVString
StartIdx
getString(int) - Method in class org.tbee.flv.FLVFileParser
wrappers for the type methods
getString(String) - Method in class org.tbee.flv.FLVFileParser
wrappers for the named-type methods
getString(String) - Method in class org.tbee.flv.FLVString
 
getString(int) - Method in class org.tbee.flv.FLVStringParser
wrappers for the type methods
getString(String) - Method in class org.tbee.flv.FLVStringParser
wrappers for the named-type methods
getStringParser() - Method in class org.tbee.csv.CSVFileParser
 
getStringParser() - Method in class org.tbee.flv.FLVFileParser
The FLVStringParser used to split up the lines
getTotalLength() - Method in class org.tbee.flv.FLVStringParser
total length

M

main(String[]) - Static method in class org.tbee.flv.FLVFileParser
 

O

org.tbee.csv - package org.tbee.csv
 
org.tbee.flv - package org.tbee.flv
 

P

parse(String) - Method in class org.tbee.csv.CSVStringParser
Parse the string and return the fields
parseNextLine() - Method in class org.tbee.csv.CSVFileParser
Read and parse the next line and return the fields
parseNextLineAsMap() - Method in class org.tbee.csv.CSVFileParser
Read and rarse the next line and return the fields as a map

R

readNextLine() - Method in class org.tbee.csv.CSVFileParser
Read the next line This method will skip comment lines
readNextLine() - Method in class org.tbee.flv.FLVFileParser
Read the next line This method will skip comment lines
removeField(int) - Method in class org.tbee.flv.FLVStringParser
 
removeField(FLVString) - Method in class org.tbee.flv.FLVStringParser
 

S

setColumnSeparatorWidth(int) - Method in class org.tbee.flv.FLVStringParser
 
setComment(char) - Method in class org.tbee.csv.CSVFileParser
 
setComment(char) - Method in class org.tbee.csv.CSVFileWriter
 
setData(String) - Method in class org.tbee.flv.FLVStringParser
 
setEscaper(char) - Method in class org.tbee.csv.CSVFileWriter
 
setEscaper(char) - Method in class org.tbee.csv.CSVStringParser
 
setFieldSeparator(char) - Method in class org.tbee.csv.CSVFileWriter
 
setFileTerminatorWidth(int) - Method in class org.tbee.flv.FLVFileParser
 
setFirstLineContainsHeader(boolean) - Method in class org.tbee.csv.CSVFileParser
 
setFirstLineContainsHeader(boolean) - Method in class org.tbee.flv.FLVFileParser
 
setFormat(String) - Method in class org.tbee.flv.FLVDate
 
setInputStream(InputStream) - Method in class org.tbee.csv.CSVFileParser
convenience method
setInputStream(InputStream) - Method in class org.tbee.flv.FLVFileParser
convenience method
setLength(int) - Method in class org.tbee.flv.FLVString
 
setLineSeparator(String) - Method in class org.tbee.csv.CSVFileWriter
 
setLineSeparatorWidth(int) - Method in class org.tbee.flv.FLVFileParser
 
setLocale(Locale) - Method in class org.tbee.flv.FLVDate
 
setName(String) - Method in class org.tbee.flv.FLVString
 
setNumberOfDecimals(int) - Method in class org.tbee.flv.FLVNumber
 
setOutputStream(OutputStream) - Method in class org.tbee.csv.CSVFileWriter
 
setQuote(char) - Method in class org.tbee.csv.CSVStringParser
 
setReader(Reader) - Method in class org.tbee.csv.CSVFileParser
 
setReader(Reader) - Method in class org.tbee.flv.FLVFileParser
 
setSeparator(String) - Method in class org.tbee.csv.CSVFileParser
 
setSeparator(char) - Method in class org.tbee.csv.CSVStringParser
 
setSkipEmptyLines(boolean) - Method in class org.tbee.csv.CSVFileParser
 
setStartIdx(int) - Method in class org.tbee.flv.FLVString
 
SOURCECODE_VERSION - Static variable in class org.tbee.csv.CSVFileParser
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.csv.CSVFileWriter
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.csv.CSVStringParser
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.csv.CSVUtil
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.flv.FLVDate
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.flv.FLVFileParser
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.flv.FLVNumber
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.flv.FLVString
Standard variable for determining version of a class file.
SOURCECODE_VERSION - Static variable in class org.tbee.flv.FLVStringParser
Standard variable for determining version of a class file.
splitCSVFileOnColumns(File, int, char, int) - Static method in class org.tbee.csv.CSVUtil
Read a CSV file and write it to multiple files with each file having a maximum number of columns.

A C F G M O P R S

Copyright © 2011 KnowledgePlaza. All Rights Reserved.