public interface BinaryOutput
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
void |
write(byte b) |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
Charset getCharset()
void write(byte b)
throws IOException
IOExceptionvoid write(byte[] bytes)
throws IOException
IOExceptionvoid write(byte[] bytes,
int off,
int len)
throws IOException
IOExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.