public class HexOutputStream extends OutputStream
| Constructor and Description |
|---|
HexOutputStream(StringWriter w)
Creates a new HexOutputStream.
|
public 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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.