Uses of Interface
org.apache.datasketches.memory.Positional
-
Uses of Positional in org.apache.datasketches.memory
Modifier and TypeInterfaceDescriptioninterface
Defines the read-only API for relative positional access to a resource.interface
Defines the writable API for relative positional access to a resourceModifier and TypeMethodDescriptionPositional.incrementPosition
(long increment) Increments the current position by the given increment.Positional.resetPosition()
Resets the current position to the start position, This does not modify any data.Positional.setPosition
(long position) Sets the current position.Positional.setStartPositionEnd
(long start, long position, long end) Sets start position, current position, and end position.