Uses of Class
org.ujmp.core.util.io.WeakMappedByteBuffer
Packages that use WeakMappedByteBuffer
-
Uses of WeakMappedByteBuffer in org.ujmp.core.stringmatrix.impl
Constructors in org.ujmp.core.stringmatrix.impl with parameters of type WeakMappedByteBufferModifierConstructorDescriptionDenseCSVStringMatrix2D
(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 WeakMappedByteBufferModifier and TypeFieldDescriptionprotected WeakMappedByteBuffer[]
AbstractWeakMappedByteBufferConcatenation.byteBuffers
Methods in org.ujmp.core.util.io that return WeakMappedByteBufferModifier and TypeMethodDescriptionstatic final WeakMappedByteBuffer[]
WeakMappedByteBuffer.create
(RandomAccessFile randomAccessFile) Constructors in org.ujmp.core.util.io with parameters of type WeakMappedByteBufferModifierConstructorDescriptionAbstractWeakMappedByteBufferConcatenation
(WeakMappedByteBuffer... byteBuffers) WeakMappedByteBufferConcatenation
(WeakMappedByteBuffer... byteBuffers)