|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--asgaard.utils.encode.CodedOutputStream | +--asgaard.utils.encode.HexEncOutputStream
Converts bytes to a ASCII-HEX-String
Fields inherited from class asgaard.utils.encode.CodedOutputStream |
buf,
holdbuf,
out |
Constructor Summary | |
HexEncOutputStream()
Creates the Stream. |
|
HexEncOutputStream(java.io.OutputStream output)
Creates the Stream. |
Method Summary | |
void |
write(int b)
Writes the specified byte to this output stream |
Methods inherited from class asgaard.utils.encode.CodedOutputStream |
close,
flush,
readBuffer,
setCoded,
setOutputStream |
Methods inherited from class java.io.OutputStream |
write,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public HexEncOutputStream()
public HexEncOutputStream(java.io.OutputStream output)
Method Detail |
public void write(int b) throws java.io.IOException
b
- the byte to be written.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |