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.StringTable
Osmformat.StringTable. DEFAULT_INSTANCE
private Osmformat.StringTable
Osmformat.PrimitiveBlock.Builder. stringtable_
private Osmformat.StringTable
Osmformat.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. PARSER
Deprecated.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.StringTable
Osmformat.StringTable.Builder. build()
Osmformat.StringTable
Osmformat.StringTable.Builder. buildPartial()
static Osmformat.StringTable
Osmformat.StringTable. getDefaultInstance()
Osmformat.StringTable
Osmformat.StringTable.Builder. getDefaultInstanceForType()
Osmformat.StringTable
Osmformat.StringTable. getDefaultInstanceForType()
Osmformat.StringTable
Osmformat.PrimitiveBlock.Builder. getStringtable()
required .OSMPBF.StringTable stringtable = 1;
Osmformat.StringTable
Osmformat.PrimitiveBlock. getStringtable()
required .OSMPBF.StringTable stringtable = 1;
Osmformat.StringTable
Osmformat.PrimitiveBlockOrBuilder. getStringtable()
required .OSMPBF.StringTable stringtable = 1;
static Osmformat.StringTable
Osmformat.StringTable. parseDelimitedFrom(java.io.InputStream input)
static Osmformat.StringTable
Osmformat.StringTable. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(byte[] data)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(com.google.protobuf.ByteString data)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(com.google.protobuf.CodedInputStream input)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(java.io.InputStream input)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.StringTable
Osmformat.StringTable. parseFrom(java.nio.ByteBuffer data)
static Osmformat.StringTable
Osmformat.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.Builder
Osmformat.StringTable.Builder. mergeFrom(Osmformat.StringTable other)
Osmformat.PrimitiveBlock.Builder
Osmformat.PrimitiveBlock.Builder. mergeStringtable(Osmformat.StringTable value)
required .OSMPBF.StringTable stringtable = 1;
static Osmformat.StringTable.Builder
Osmformat.StringTable. newBuilder(Osmformat.StringTable prototype)
Osmformat.PrimitiveBlock.Builder
Osmformat.PrimitiveBlock.Builder. setStringtable(Osmformat.StringTable value)
required .OSMPBF.StringTable stringtable = 1;
-