Uses of Class
org.aksw.commons.io.buffer.ring.RingBufferForBytes
Packages that use RingBufferForBytes
-
Uses of RingBufferForBytes in org.aksw.commons.io.buffer.ring
Methods in org.aksw.commons.io.buffer.ring that return RingBufferForBytesModifier and TypeMethodDescriptionRingBufferForBytes.shallowClone()Returns a new instance with the same data but a copy of the start and end pointers.RingBufferForBytes.shallowClone(int customStart, int length) RingBufferForBytes.skip(int length) -
Uses of RingBufferForBytes in org.aksw.commons.io.input
Fields in org.aksw.commons.io.input declared as RingBufferForBytesModifier and TypeFieldDescriptionprotected RingBufferForBytesReadableChannelWithSkipDelimiter.ringBuffer