Class FileBlockBase
- java.lang.Object
-
- org.openstreetmap.osmosis.osmbinary.file.FileBlockBase
-
- Direct Known Subclasses:
FileBlock,FileBlockPosition
public class FileBlockBase extends java.lang.ObjectBase class that contains the metadata about a fileblock. Subclasses of this include additional fields, such as byte offsets that let a fileblock be read in a random-access fashion, or the data itself.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileBlockBase(java.lang.String type, com.google.protobuf.ByteString indexdata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetIndexData()java.lang.StringgetType()
-