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