public abstract static class BeanShellUtils.StreamWrapper extends OutputStream
| Constructor and Description |
|---|
StreamWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
StringBuilder |
getBuffer() |
abstract void |
println(String line) |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int character) |
closepublic StringBuilder getBuffer()
public abstract void println(String line)
public void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void write(int character)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2017 SAP SE. All Rights Reserved.