net.sf.jbaobab.io.impl
Class FixedLengthSeperator
java.lang.Object
net.sf.jbaobab.io.AbstractSeperator
net.sf.jbaobab.io.impl.FixedLengthSeperator
- All Implemented Interfaces:
- Seperator
public class FixedLengthSeperator
- extends AbstractSeperator
A Seperator
that seperates incoming bytes with
given byte length.
- Author:
- Oakyoon Cha
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedLengthSeperator
public FixedLengthSeperator(int length)
ready
public boolean ready(ByteBuffer source)