net.sf.jbaobab.io.impl
Class FixedLengthSeperator

java.lang.Object
  extended by net.sf.jbaobab.io.AbstractSeperator
      extended by 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

Constructor Summary
FixedLengthSeperator(int length)
           
 
Method Summary
 boolean ready(ByteBuffer source)
           
 
Methods inherited from class net.sf.jbaobab.io.AbstractSeperator
cursor, cursor, seperate, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedLengthSeperator

public FixedLengthSeperator(int length)
Method Detail

ready

public boolean ready(ByteBuffer source)