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