public class OutputStreamHelper extends Object implements OutputHelper
| Constructor and Description |
|---|
OutputStreamHelper(OutputStream rawOutput,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(byte[] b,
int offset,
int len) |
void |
write(char[] b,
int offset,
int len) |
public OutputStreamHelper(OutputStream rawOutput, NutsSession session)
public void write(byte[] b,
int offset,
int len)
write in interface OutputHelperpublic void write(char[] b,
int offset,
int len)
public void flush()
flush in interface OutputHelperCopyright © 2021 vpc open source initiative. All rights reserved.