Module osmpbf::blob[][src]

Read and decode blobs

Structs

Blob

A blob.

BlobHeader

A blob header.

BlobReader

A reader for PBF files that allows iterating over Blobs.

ByteOffset

The offset of a blob in bytes from stream start.

Enums

BlobDecode

The decoded content of a blob (analogous to BlobType).

BlobType

The content type of a blob.

Statics

MAX_BLOB_HEADER_SIZE

Maximum allowed BlobHeader size in bytes.

MAX_BLOB_MESSAGE_SIZE

Maximum allowed uncompressed Blob content size in bytes.