com.servingxml.components.flatfile.options
Class QuoteSymbolCharCheckerImpl
java.lang.Object
com.servingxml.components.flatfile.options.QuoteSymbolCharCheckerImpl
- All Implemented Interfaces:
- QuoteSymbolCharChecker
public final class QuoteSymbolCharCheckerImpl
- extends java.lang.Object
- implements QuoteSymbolCharChecker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuoteSymbolCharCheckerImpl
public QuoteSymbolCharCheckerImpl(char[] value,
char[] escapeSequence)
foundEscapedQuoteSymbol
public final boolean foundEscapedQuoteSymbol(CharBuffer recordBuffer,
CharArrayBuilder charArrayBuilder)
throws java.io.IOException
- Specified by:
foundEscapedQuoteSymbol
in interface QuoteSymbolCharChecker
- Throws:
java.io.IOException
foundEscapedQuoteSymbol
public final int foundEscapedQuoteSymbol(char[] data,
int start,
int length)
throws java.io.IOException
- Specified by:
foundEscapedQuoteSymbol
in interface QuoteSymbolCharChecker
- Throws:
java.io.IOException
readEscapedQuoteSymbol
public final int readEscapedQuoteSymbol(char[] data,
int start,
int length,
CharArrayBuilder charArrayBuilder)
throws java.io.IOException
- Specified by:
readEscapedQuoteSymbol
in interface QuoteSymbolCharChecker
- Throws:
java.io.IOException
foundQuoteSymbol
public final boolean foundQuoteSymbol(CharBuffer recordBuffer,
CharArrayBuilder charArrayBuilder)
throws java.io.IOException
- Specified by:
foundQuoteSymbol
in interface QuoteSymbolCharChecker
- Throws:
java.io.IOException
foundQuoteSymbol
public final int foundQuoteSymbol(char[] input,
int inputOffset,
int inputLength)
throws java.io.IOException
- Specified by:
foundQuoteSymbol
in interface QuoteSymbolCharChecker
- Throws:
java.io.IOException
length
public int length()
- Specified by:
length
in interface QuoteSymbolCharChecker