net.sf.jbaobab.io.impl
Class CRLFSeperator
java.lang.Object
net.sf.jbaobab.io.AbstractSeperator
net.sf.jbaobab.io.impl.CRLFSeperator
- All Implemented Interfaces:
- Seperator
public class CRLFSeperator
- extends AbstractSeperator
A Seperator
that takes CRLF/LF as delimeter.
- Author:
- Oakyoon Cha
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRLFSeperator
public CRLFSeperator()
ready
public boolean ready(ByteBuffer source)
seperate
public ByteBuffer seperate(ByteBuffer source)
- Specified by:
seperate
in interface Seperator
- Overrides:
seperate
in class AbstractSeperator
terminate
public ByteBuffer terminate(ByteBuffer source)
- Specified by:
terminate
in interface Seperator
- Overrides:
terminate
in class AbstractSeperator