net.sf.asyncobjects.io.util
Class RepeatingByteInput
java.lang.Object
net.sf.asyncobjects.AsyncUnicastServer<I>
net.sf.asyncobjects.io.util.GeneratingInput<D,I>
net.sf.asyncobjects.io.util.RepeatingInput<BinaryData,AByteInput>
net.sf.asyncobjects.io.util.RepeatingByteInput
- All Implemented Interfaces:
- ACloseable, AsyncObject, ExplicitSharing, AByteInput, AInput<BinaryData>
public class RepeatingByteInput
- extends RepeatingInput<BinaryData,AByteInput>
- implements AByteInput
A repeating byte input
- Author:
- const
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepeatingByteInput
public RepeatingByteInput(BinaryData repeatedData,
long toGenerate)
- A consructor
- Parameters:
repeatedData
- a data to repeat (must not be null)toGenerate
- amount element to generate
RepeatingByteInput
public RepeatingByteInput(BinaryData repeatedData)
- A consructor
- Parameters:
repeatedData
- a data to repeat (must not be null)
Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.