com.servingxml.components.flatfile.options
Interface QuoteSymbolCharChecker
- All Known Implementing Classes:
- QuoteSymbolCharCheckerImpl
public interface QuoteSymbolCharChecker
NULL
static final QuoteSymbolCharChecker NULL
foundEscapedQuoteSymbol
boolean foundEscapedQuoteSymbol(CharBuffer recordBuffer,
CharArrayBuilder charArrayBuilder)
throws java.io.IOException
- Throws:
java.io.IOException
foundEscapedQuoteSymbol
int foundEscapedQuoteSymbol(char[] data,
int start,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
readEscapedQuoteSymbol
int readEscapedQuoteSymbol(char[] data,
int start,
int length,
CharArrayBuilder charArrayBuilder)
throws java.io.IOException
- Throws:
java.io.IOException
foundQuoteSymbol
boolean foundQuoteSymbol(CharBuffer recordBuffer,
CharArrayBuilder charArrayBuilder)
throws java.io.IOException
- Throws:
java.io.IOException
foundQuoteSymbol
int foundQuoteSymbol(char[] data,
int start,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
length
int length()