com.servingxml.components.flatfile.options
Interface QuoteSymbolByteChecker
- All Known Implementing Classes:
- QuoteSymbolByteCheckerImpl
public interface QuoteSymbolByteChecker
NULL
static final QuoteSymbolByteChecker NULL
foundEscapedQuoteSymbol
boolean foundEscapedQuoteSymbol(ByteBuffer recordBuffer,
ByteArrayBuilder byteArrayBuilder)
throws java.io.IOException
- Throws:
java.io.IOException
foundEscapedQuoteSymbol
int foundEscapedQuoteSymbol(byte[] data,
int start,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
foundQuoteSymbol
boolean foundQuoteSymbol(ByteBuffer recordBuffer,
ByteArrayBuilder byteArrayBuilder)
throws java.io.IOException
- Throws:
java.io.IOException
foundQuoteSymbol
int foundQuoteSymbol(byte[] data,
int start,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
length
int length()