Uses of Interface
org.aksw.commons.io.buffer.plain.Buffer
Packages that use Buffer
Package
Description
-
Uses of Buffer in org.aksw.commons.io.buffer.array
Classes in org.aksw.commons.io.buffer.array that implement BufferModifier and TypeClassDescriptionclassImplementation of a buffer that supports reading data from a channel.protected classFields in org.aksw.commons.io.buffer.array declared as BufferModifier and TypeFieldDescriptionArraySink.ArraySinkBuffer.bufferBufferOverReadableChannel.bufferViewMethods in org.aksw.commons.io.buffer.array that return BufferModifier and TypeMethodDescriptionBufferOverReadableChannel.BufferView.getBackend()ArraySink.ArraySinkBuffer.getBuffer()BufferOverReadableChannel.getBuffer()Returns a view of the buffered data only.Constructors in org.aksw.commons.io.buffer.array with parameters of type Buffer -
Uses of Buffer in org.aksw.commons.io.buffer.plain
Subinterfaces of Buffer in org.aksw.commons.io.buffer.plainClasses in org.aksw.commons.io.buffer.plain that implement BufferModifier and TypeClassDescriptionclassclassclassA buffer backed by a mapping of page indices (longs) to arrays.classSubinterfaces with type arguments of type Buffer in org.aksw.commons.io.buffer.plainFields in org.aksw.commons.io.buffer.plain declared as BufferMethods in org.aksw.commons.io.buffer.plain that return BufferModifier and TypeMethodDescriptionSubBuffer.getBackend()SubBufferImpl.getBackend()Buffer.slice(long offset, long length) Create a sub-buffer view of this bufferSubBuffer.slice(long offset, long length) Constructors in org.aksw.commons.io.buffer.plain with parameters of type BufferModifierConstructorDescriptionListOverBuffer(Buffer<?> buffer) ListOverBuffer(Buffer<?> buffer, int size) SubBufferImpl(Buffer<A> backend, long start, long length) -
Uses of Buffer in org.aksw.commons.io.buffer.range
Fields in org.aksw.commons.io.buffer.range declared as BufferMethods in org.aksw.commons.io.buffer.range that return BufferModifier and TypeMethodDescriptionRangeBuffer.getBackingBuffer()RangeBufferDelegate.getBackingBuffer()RangeBufferImpl.getBackingBuffer()RangeBufferUnion.getBackingBuffer()Methods in org.aksw.commons.io.buffer.range with parameters of type BufferModifier and TypeMethodDescriptionstatic <A> RangeBufferImpl<A> RangeBufferImpl.create(com.google.common.collect.RangeSet<Long> ranges, long offsetInRanges, Buffer<A> buffer) static <A> RangeBufferImpl<A> static <A> RangeBufferImpl<A> Constructors in org.aksw.commons.io.buffer.range with parameters of type BufferModifierConstructorDescriptionRangeBufferImpl(com.google.common.collect.RangeSet<Long> ranges, long offsetInRanges, Buffer<A> buffer) -
Uses of Buffer in org.aksw.commons.io.slice
Fields in org.aksw.commons.io.slice declared as BufferMethods in org.aksw.commons.io.slice with parameters of type BufferConstructors in org.aksw.commons.io.slice with parameters of type Buffer