public class StreamingInputManager extends Object implements InputManager
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
StreamingInputManager() |
| Modifier and Type | Method and Description |
|---|---|
Input |
getInput() |
boolean |
hasMoreInputs() |
Integer |
inputsRemaining() |
Integer |
totalInputs() |
public Integer totalInputs()
totalInputs in interface InputManagerpublic Integer inputsRemaining()
inputsRemaining in interface InputManagerpublic boolean hasMoreInputs()
hasMoreInputs in interface InputManagerpublic Input getInput()
getInput in interface InputManagerCopyright © 2016. All rights reserved.