public class Output extends Object implements Closeable
| Constructor and Description |
|---|
Output() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
toByteArray() |
Output |
write(byte[] bytes) |
Output |
write(byte[] bytes,
int offset,
int length) |
Output |
write(String string) |
public Output write(byte[] bytes)
public Output write(byte[] bytes, int offset, int length)
public byte[] toByteArray()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.