Uses of Class
org.openstreetmap.josm.data.protobuf.ProtobufParser
-
Packages that use ProtobufParser Package Description org.openstreetmap.josm.data.protobuf org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of ProtobufParser in org.openstreetmap.josm.data.protobuf
Constructors in org.openstreetmap.josm.data.protobuf with parameters of type ProtobufParser Constructor Description ProtobufRecord(java.io.ByteArrayOutputStream byteArrayOutputStream, ProtobufParser parser)Create a new Protobuf record -
Uses of ProtobufParser in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type ProtobufParser Modifier and Type Method Description private static BlobOsmPbfReader. parseBlob(BlobHeader header, OsmPbfReader.BoundedInputStream cis, ProtobufParser parser, java.io.ByteArrayOutputStream baos)Parse a blob from the PBF fileprivate static BlobHeaderOsmPbfReader. parseBlobHeader(OsmPbfReader.BoundedInputStream cis, java.io.ByteArrayOutputStream baos, ProtobufParser parser)Parse a blob header
-