public class OutputStreamHolder extends Object implements OutputHolder<OutputStream>, Closeable
| Constructor and Description |
|---|
OutputStreamHolder(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OutputStream |
getResult()
Vrátí výsledek čtení.
|
void |
write(char[] array,
int start,
int length) |
public OutputStreamHolder(OutputStream os)
public void write(char[] array,
int start,
int length)
write in interface OutputHolder<OutputStream>public OutputStream getResult()
OutputHoldergetResult in interface OutputHolder<OutputStream>public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2017. All rights reserved.