public class HexDumpOutputStream extends OutputStream
Constructor and Description |
---|
HexDumpOutputStream(OutputStream os) |
HexDumpOutputStream(PrintStream ps) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
wrap() |
void |
write(int b) |
flush, write, write
public HexDumpOutputStream(PrintStream ps)
public HexDumpOutputStream(OutputStream os)
public void wrap()
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.