Class FileBlockHead
- java.lang.Object
-
- org.openstreetmap.osmosis.osmbinary.file.FileBlockBase
-
- org.openstreetmap.osmosis.osmbinary.file.FileBlockPosition
-
- org.openstreetmap.osmosis.osmbinary.file.FileBlockReference
-
- org.openstreetmap.osmosis.osmbinary.file.FileBlockHead
-
public class FileBlockHead extends FileBlockReference
Intermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream. The data in the fileblock must be either skipped (where the returned value is a reference to the fileblock) or parsed.
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.osmosis.osmbinary.file.FileBlockReference
input
-
Fields inherited from class org.openstreetmap.osmosis.osmbinary.file.FileBlockPosition
datasize
-
Fields inherited from class org.openstreetmap.osmosis.osmbinary.file.FileBlockBase
indexdata, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileBlockHead(java.lang.String type, com.google.protobuf.ByteString indexdata)
-
Method Summary
-
Methods inherited from class org.openstreetmap.osmosis.osmbinary.file.FileBlockReference
read
-
Methods inherited from class org.openstreetmap.osmosis.osmbinary.file.FileBlockPosition
getDatasize, read, serialize
-
Methods inherited from class org.openstreetmap.osmosis.osmbinary.file.FileBlockBase
getIndexData, getType
-
-