Uses of Class
org.ujmp.core.util.io.WeakMappedByteBuffer
-
Packages that use WeakMappedByteBuffer Package Description org.ujmp.core.stringmatrix.impl org.ujmp.core.util.io -
-
Uses of WeakMappedByteBuffer in org.ujmp.core.stringmatrix.impl
Constructors in org.ujmp.core.stringmatrix.impl with parameters of type WeakMappedByteBuffer Constructor Description DenseCSVStringMatrix2D(char columnSeparator, char enclosingCharacter, WeakMappedByteBuffer... byteBuffers)
DenseCSVStringMatrix2D(char columnSeparator, WeakMappedByteBuffer... byteBuffers)
DenseCSVStringMatrix2D(WeakMappedByteBuffer... byteBuffers)
-
Uses of WeakMappedByteBuffer in org.ujmp.core.util.io
Fields in org.ujmp.core.util.io declared as WeakMappedByteBuffer Modifier and Type Field Description protected WeakMappedByteBuffer[]
AbstractWeakMappedByteBufferConcatenation. byteBuffers
Methods in org.ujmp.core.util.io that return WeakMappedByteBuffer Modifier and Type Method Description static WeakMappedByteBuffer[]
WeakMappedByteBuffer. create(java.io.RandomAccessFile randomAccessFile)
Constructors in org.ujmp.core.util.io with parameters of type WeakMappedByteBuffer Constructor Description AbstractWeakMappedByteBufferConcatenation(WeakMappedByteBuffer... byteBuffers)
WeakMappedByteBufferConcatenation(WeakMappedByteBuffer... byteBuffers)
-