Uses of Class
crosby.binary.Osmformat.StringTable
-
Packages that use Osmformat.StringTable Package Description crosby.binary -
-
Uses of Osmformat.StringTable in crosby.binary
Fields in crosby.binary declared as Osmformat.StringTable Modifier and Type Field Description private static Osmformat.StringTableOsmformat.StringTable. DEFAULT_INSTANCEprivate Osmformat.StringTableOsmformat.PrimitiveBlock.Builder. stringtable_private Osmformat.StringTableOsmformat.PrimitiveBlock. stringtable_Fields in crosby.binary with type parameters of type Osmformat.StringTable Modifier and Type Field Description static com.google.protobuf.Parser<Osmformat.StringTable>Osmformat.StringTable. PARSERDeprecated.private com.google.protobuf.SingleFieldBuilderV3<Osmformat.StringTable,Osmformat.StringTable.Builder,Osmformat.StringTableOrBuilder>Osmformat.PrimitiveBlock.Builder. stringtableBuilder_Methods in crosby.binary that return Osmformat.StringTable Modifier and Type Method Description Osmformat.StringTableOsmformat.StringTable.Builder. build()Osmformat.StringTableOsmformat.StringTable.Builder. buildPartial()static Osmformat.StringTableOsmformat.StringTable. getDefaultInstance()Osmformat.StringTableOsmformat.StringTable.Builder. getDefaultInstanceForType()Osmformat.StringTableOsmformat.StringTable. getDefaultInstanceForType()Osmformat.StringTableOsmformat.PrimitiveBlock.Builder. getStringtable()required .OSMPBF.StringTable stringtable = 1;Osmformat.StringTableOsmformat.PrimitiveBlock. getStringtable()required .OSMPBF.StringTable stringtable = 1;Osmformat.StringTableOsmformat.PrimitiveBlockOrBuilder. getStringtable()required .OSMPBF.StringTable stringtable = 1;static Osmformat.StringTableOsmformat.StringTable. parseDelimitedFrom(java.io.InputStream input)static Osmformat.StringTableOsmformat.StringTable. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.StringTableOsmformat.StringTable. parseFrom(byte[] data)static Osmformat.StringTableOsmformat.StringTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.StringTableOsmformat.StringTable. parseFrom(com.google.protobuf.ByteString data)static Osmformat.StringTableOsmformat.StringTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.StringTableOsmformat.StringTable. parseFrom(com.google.protobuf.CodedInputStream input)static Osmformat.StringTableOsmformat.StringTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.StringTableOsmformat.StringTable. parseFrom(java.io.InputStream input)static Osmformat.StringTableOsmformat.StringTable. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.StringTableOsmformat.StringTable. parseFrom(java.nio.ByteBuffer data)static Osmformat.StringTableOsmformat.StringTable. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in crosby.binary that return types with arguments of type Osmformat.StringTable Modifier and Type Method Description com.google.protobuf.Parser<Osmformat.StringTable>Osmformat.StringTable. getParserForType()private com.google.protobuf.SingleFieldBuilderV3<Osmformat.StringTable,Osmformat.StringTable.Builder,Osmformat.StringTableOrBuilder>Osmformat.PrimitiveBlock.Builder. getStringtableFieldBuilder()required .OSMPBF.StringTable stringtable = 1;static com.google.protobuf.Parser<Osmformat.StringTable>Osmformat.StringTable. parser()Methods in crosby.binary with parameters of type Osmformat.StringTable Modifier and Type Method Description Osmformat.StringTable.BuilderOsmformat.StringTable.Builder. mergeFrom(Osmformat.StringTable other)Osmformat.PrimitiveBlock.BuilderOsmformat.PrimitiveBlock.Builder. mergeStringtable(Osmformat.StringTable value)required .OSMPBF.StringTable stringtable = 1;static Osmformat.StringTable.BuilderOsmformat.StringTable. newBuilder(Osmformat.StringTable prototype)Osmformat.PrimitiveBlock.BuilderOsmformat.PrimitiveBlock.Builder. setStringtable(Osmformat.StringTable value)required .OSMPBF.StringTable stringtable = 1;
-