| Package | Description |
|---|---|
| net.lecousin.framework.io |
New java Input/Output model adding more flexibility and asynchronous operations.
|
| net.lecousin.framework.io.buffering |
IO with bufferization.
|
| Class and Description |
|---|
| ByteBuffersIO
Implementation of IO using a list of byte array.
|
| Class and Description |
|---|
| BufferedIO
BufferedIO is often the best buffering implementation when we need both bufferization and seek operations.
|
| BufferedIO.MemoryManagement
Manages memory usage and delayed write operations of BufferedIO instances.
|
| TwoBuffersIO
Read an IO.Readable into 2 buffers, then those buffers can be read when ready.
|
Copyright © 2019. All rights reserved.