Uses of Interface
org.aksw.commons.io.buffer.array.ArrayWritable
Packages that use ArrayWritable
Package
Description
-
Uses of ArrayWritable in org.aksw.commons.io.buffer.array
Subinterfaces of ArrayWritable in org.aksw.commons.io.buffer.arrayModifier and TypeInterfaceDescriptioninterfaceBufferLike<A>BufferLike is a common interface for Buffer and RangeBuffer.interfaceBufferLikeDelegate<A, D extends BufferLike<A>>Classes in org.aksw.commons.io.buffer.array that implement ArrayWritableModifier and TypeClassDescriptionclassImplementation of a buffer that supports reading data from a channel.protected class -
Uses of ArrayWritable in org.aksw.commons.io.buffer.plain
Subinterfaces of ArrayWritable in org.aksw.commons.io.buffer.plainClasses in org.aksw.commons.io.buffer.plain that implement ArrayWritableModifier and TypeClassDescriptionclassclassclassA buffer backed by a mapping of page indices (longs) to arrays.class -
Uses of ArrayWritable in org.aksw.commons.io.buffer.range
Subinterfaces of ArrayWritable in org.aksw.commons.io.buffer.rangeClasses in org.aksw.commons.io.buffer.range that implement ArrayWritableModifier and TypeClassDescriptionclassThis class really only exists for the toString methodclassclassclassA union view of two buffers.