Uses of Interface
org.apache.datasketches.memory.Positional
-
-
Uses of Positional in org.apache.datasketches.memory
Subinterfaces of Positional in org.apache.datasketches.memory Modifier and Type Interface Description interfaceBufferDefines the read-only API for relative positional access to a resource.interfaceWritableBufferDefines the writable API for relative positional access to a resourceMethods in org.apache.datasketches.memory that return Positional Modifier and Type Method Description PositionalPositional. incrementPosition(long increment)Increments the current position by the given increment.PositionalPositional. resetPosition()Resets the current position to the start position, This does not modify any data.PositionalPositional. setPosition(long position)Sets the current position.PositionalPositional. setStartPositionEnd(long start, long position, long end)Sets start position, current position, and end position.
-