public interface InputSupplier<T>
Modifier and Type | Method and Description |
---|---|
T |
getInput()
Returns an object that encapsulates a readable resource.
|
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
Copyright © 2010 - 2019 Adobe. All Rights Reserved