|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InputSupplier<T>
A factory for readable streams of bytes or characters.
| Method Summary | |
|---|---|
T |
getInput()
Returns an object that encapsulates a readable resource. |
| Method Detail |
|---|
T getInput()
throws java.io.IOException
Like Iterable.iterator(), this method may be called repeatedly to
get independent channels to the same underlying resource.
Where the channel maintains a position within the resource, moving that cursor within one channel should not affect the starting position of channels returned by other calls.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||