Uses of Class
org.aksw.commons.io.block.impl.PageNavigator
Packages that use PageNavigator
-
Uses of PageNavigator in org.aksw.commons.io.block.impl
Methods in org.aksw.commons.io.block.impl that return PageNavigatorModifier and TypeMethodDescriptionPageNavigator.clone()Clone the state of the navigator, allowing independent positioningPageNavigator.limitNext(long length) Restrict the maximum number of items that can be read to length items from the current position.PageNavigator.limitPrev(long length) Limit the maximum position by length bytes from the current position.