com.servingxml.components.flatfile.options
Class NullDelimiter
java.lang.Object
com.servingxml.components.flatfile.options.NullDelimiter
- All Implemented Interfaces:
- Delimiter
public class NullDelimiter
- extends java.lang.Object
- implements Delimiter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullDelimiter
public NullDelimiter()
writeEndDelimiterTo
public void writeEndDelimiterTo(java.lang.StringBuilder buf)
- Specified by:
writeEndDelimiterTo
in interface Delimiter
writeEndDelimiterTo
public void writeEndDelimiterTo(RecordOutput recordOutput)
- Specified by:
writeEndDelimiterTo
in interface Delimiter
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Delimiter
charAt
public char charAt(int i)
occursIn
public boolean occursIn(java.lang.String s)
- Specified by:
occursIn
in interface Delimiter
equalsString
public boolean equalsString(java.lang.String s)
- Specified by:
equalsString
in interface Delimiter
createDelimiterExtractor
public DelimiterExtractor createDelimiterExtractor(java.nio.charset.Charset charset)
- Specified by:
createDelimiterExtractor
in interface Delimiter
createByteDelimiterExtractor
public ByteDelimiterExtractor createByteDelimiterExtractor(java.nio.charset.Charset charset)
- Specified by:
createByteDelimiterExtractor
in interface Delimiter
createCharDelimiterExtractor
public CharDelimiterExtractor createCharDelimiterExtractor()
- Specified by:
createCharDelimiterExtractor
in interface Delimiter
forReading
public boolean forReading()
- Specified by:
forReading
in interface Delimiter
forWriting
public boolean forWriting()
- Specified by:
forWriting
in interface Delimiter