public static class BufferDataSet
extends java.lang.Object
rank 1, 2, 3, and 4 datasets backed by NIO buffers. These have the
advantage that data can be stored outside of the JVM, and in fact they
can be backed by a huge file on disk.
This code was copied from BinaryDataSource.
- See Also:
- Serialized Form