| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputSupplier<T>
A factory for writable streams of bytes or characters.
| Method Summary | |
|---|---|
|  T | getOutput()Returns an object that encapsulates a writable resource. | 
| Method Detail | 
|---|
T getOutput()
            throws 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.
IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||