public class HexOutputStream extends OutputStream
| Constructor and Description |
|---|
HexOutputStream(StringWriter w)
Creates a new HexOutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b)
Writes a byte.
|
close, flushpublic HexOutputStream(StringWriter w)
w - The underlying StringWriter.public void write(int b)
throws IOException
write in class OutputStreamIOException - I/O error occurred.public void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.