First page Back Continue Last page Summary Graphics
I/O Streams (Memory)
Use these streams to read from and write to memory. You create these streams on an existing array and then use the read and write methods to read from or write to the array.
CharArrayReader
CharArrayWriter
ByteArrayInputStream
ByteArrayOutputStream
Notes: