com.Ostermiller.util Java Utilities


Uses of Class
com.Ostermiller.util.BadDelimiterException

Uses of BadDelimiterException in com.Ostermiller.util
 

Methods in com.Ostermiller.util that throw BadDelimiterException
 void ExcelCSVParser.changeDelimiter(char newDelim)
          Change this parser so that it uses a new delimiter.
 void CSVPrinter.changeDelimiter(char newDelimiter)
          Change this printer so that it uses a new delimiter.
 void CSVParser.changeDelimiter(char newDelim)
          Change this parser so that it uses a new delimiter.
 void LabeledCSVParser.changeDelimiter(char newDelim)
          Change this parser so that it uses a new delimiter.
 void CSVParse.changeDelimiter(char newDelim)
          Change this parser so that it uses a new delimiter.
 void CSVLexer.changeDelimiter(char newDelim)
          Change this Lexer so that it uses a new delimiter.
 void CSVPrint.changeDelimiter(char newDelimiter)
          Change this printer so that it uses a new delimiter.
 void ExcelCSVPrinter.changeDelimiter(char newDelimiter)
          Change this printer so that it uses a new delimiter.
static String[][] ExcelCSVParser.parse(Reader in, char delimiter)
          Parse the delimited data from a stream.
static String[][] CSVParser.parse(Reader in, char delimiter)
          Parse the comma delimited data from a stream.
static String[][] CSVParser.parse(Reader in, char delimiter, String escapes, String replacements, String commentDelims)
          Parse the delimited data from a stream.
static String[][] ExcelCSVParser.parse(String s, char delimiter)
          Parse the delimited data from a string.
static String[][] CSVParser.parse(String s, char delimiter)
          Parse the delimited data from a string.
static String[][] CSVParser.parse(String s, char delimiter, String escapes, String replacements, String commentDelims)
          Parse the delimited data from a string.
 

Constructors in com.Ostermiller.util that throw BadDelimiterException
CSVParser(InputStream in, char delimiter)
          Create a parser to parse delimited values from an InputStream.
CSVParser(InputStream in, char delimiter, String escapes, String replacements, String commentDelims)
          Create a parser to parse delimited values from an InputStream.
CSVParser(Reader in, char delimiter)
          Create a parser to parse delimited values from a Reader.
CSVParser(Reader in, char delimiter, String escapes, String replacements, String commentDelims)
          Create a parser to parse delimited values from a Reader.
CSVPrinter(Writer out, char commentStart, char quote, char delimiter)
          Create a printer that will print values to the given stream.
CSVPrinter(Writer out, char commentStart, char quote, char delimiter, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
CSVPrinter(Writer out, char commentStart, char quote, char delimiter, String lineEnding)
          Create a printer that will print values to the given stream.
CSVPrinter(Writer out, char commentStart, char quote, char delimiter, String lineEnding, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
ExcelCSVParser(InputStream in, char delimiter)
          Create a parser to parse delimited values from an InputStream.
ExcelCSVParser(Reader in, char delimiter)
          Create a parser to parse delimited values from a Reader.
ExcelCSVPrinter(Writer out, char quote, char delimiter)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer out, char quote, char delimiter, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer out, char quote, char delimiter, String lineEnding)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer out, char quote, char delimiter, String lineEnding, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
 


com.Ostermiller.util Java Utilities


Copyright © 2001-2012 by Stephen Ostermiller