Uses of Interface
com.graphhopper.reader.osm.pbf.Sink
Packages that use Sink
-
Uses of Sink in com.graphhopper.reader.osm
Classes in com.graphhopper.reader.osm that implement Sink -
Uses of Sink in com.graphhopper.reader.osm.pbf
Constructors in com.graphhopper.reader.osm.pbf with parameters of type SinkModifierConstructorDescriptionPbfDecoder
(PbfStreamSplitter streamSplitter, ExecutorService executorService, int maxPendingBlobs, Sink sink, SkipOptions skipOptions) Creates a new instance.PbfReader
(InputStream in, Sink sink, int workers, SkipOptions skipOptions) Creates a new instance.