public abstract class Output
extends java.lang.Object
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
abstract java.io.OutputStream |
acquireOutputStream()
calling this method creates & acquires an OutputStream which must be closed by the caller if it is no longer needed
|
public abstract java.io.OutputStream acquireOutputStream() throws java.io.IOException
java.io.IOException
- in case the Output can't be created (e.g. due to file permission errors or something like that)