Package com.graphhopper.reader.osm.pbf
Class PbfReader
java.lang.Object
com.graphhopper.reader.osm.pbf.PbfReader
- All Implemented Interfaces:
Runnable
An OSM data source reading from a PBF file. The entire contents of the file are read.
- Author:
- Brett Henderson
-
Constructor Summary
ConstructorsConstructorDescriptionPbfReader
(InputStream in, Sink sink, int workers, SkipOptions skipOptions) Creates a new instance. -
Method Summary