The package xxl.core.collections.queues.io provides some
implementations of the queue datastructure using special containers
({@link xxl.core.collections.queues.io.BlockBasedQueue}),
files ({@link xxl.core.collections.queues.io.FileStackQueue})
or streams ({@link xxl.core.collections.queues.io.StreamQueue})
for storing and receiving the data.