be.lassi.lanbox.cuesteps
Class CueStepFactory
java.lang.Object
be.lassi.lanbox.cuesteps.CueStepFactory
public class CueStepFactory
- extends java.lang.Object
Constructs CueStep
objects.
Method Summary |
CueStep |
get(byte[] bytes)
Constructs a CueStep object from given buffer,
and sets the 'waitOnStep' parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CueStepFactory
public CueStepFactory()
get
public CueStep get(byte[] bytes)
- Constructs a
CueStep
object from given buffer,
and sets the 'waitOnStep' parameter.
- Parameters:
bytes
- the cue step buffer
- Returns:
- the cue step object