Class | Description |
---|---|
ChannelOutputStream |
This class implements an output stream that buffers output in a directly allocated
ByteBuffer before writing it to a channel. |
HexInputStream |
This class receives input from another
InputStream assuming that data is little
endian, hexidecimal text, converts that text to bytes, and makes those bytes available through
its interface. |
HexOutputStream |
This class will convert whatever data is sent to it into little endian, hexidecimal text and send
that text on to another
OutputStream . |
HexStringInputStream |
Behaves the same as
HexInputStream , except its constructor takes a
String as input to read. |
IOUtilities |
Copyright © 2016. All rights reserved.