public static final class Fileformat.BlobHeader extends com.protobuf .GeneratedMessageLite implements Fileformat .BlobHeaderOrBuilder
OSMPBF.BlobHeader
| Modifier and Type | Class and Description |
|---|---|
static class |
Fileformat
Protobuf type
OSMPBF.BlobHeader
|
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type> | Modifier and Type | Field and Description |
|---|---|
static int |
DATASIZE_FIELD_NUMBER
|
static int |
INDEXDATA_FIELD_NUMBER
|
static com |
PARSER
|
static int |
TYPE_FIELD_NUMBER
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDatasize()
required int32 datasize = 3;
|
static Fileformat |
getDefaultInstance()
|
Fileformat |
getDefaultInstanceForType()
|
com |
getIndexdata()
optional bytes indexdata = 2;
|
com |
getParserForType()
|
int |
getSerializedSize()
|
String |
getType()
required string type = 1;
|
com |
getTypeBytes()
required string type = 1;
|
boolean |
hasDatasize()
required int32 datasize = 3;
|
boolean |
hasIndexdata()
optional bytes indexdata = 2;
|
boolean |
hasType()
required string type = 1;
|
boolean |
isInitialized()
|
static Fileformat |
newBuilder()
|
static Fileformat |
newBuilder(Fileformat
|
Fileformat |
newBuilderForType()
|
static Fileformat |
parseDelimitedFrom(InputStream
|
static Fileformat |
parseDelimitedFrom(InputStream
|
static Fileformat |
parseFrom(byte[] data)
|
static Fileformat |
parseFrom(byte[] data, com
|
static Fileformat |
parseFrom(com
|
static Fileformat |
parseFrom(com
|
static Fileformat |
parseFrom(com
|
static Fileformat |
parseFrom(com
|
static Fileformat |
parseFrom(InputStream
|
static Fileformat |
parseFrom(InputStream
|
Fileformat |
toBuilder()
|
protected Object |
writeReplace()
|
void |
writeTo(com
|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.protobuf .Parser <Fileformat .BlobHeader > PARSER
public static final int TYPE_FIELD_NUMBER
public static final int INDEXDATA_FIELD_NUMBER
public static final int DATASIZE_FIELD_NUMBER
public static Fileformat.BlobHeader getDefaultInstance()
public Fileformat.BlobHeader getDefaultInstanceForType()
public com.protobuf .Parser <Fileformat .BlobHeader > getParserForType()
public boolean hasType()
required string type = 1;
public StringgetType()
required string type = 1;
public com.protobuf .ByteString getTypeBytes()
required string type = 1;
public boolean hasIndexdata()
optional bytes indexdata = 2;
public com.protobuf .ByteString getIndexdata()
optional bytes indexdata = 2;
public boolean hasDatasize()
required int32 datasize = 3;
public int getDatasize()
required int32 datasize = 3;
public final boolean isInitialized()
public void writeTo(com.protobuf .CodedOutputStream output) throws IOException
writeTo in interface
com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
protected ObjectwriteReplace() throws ObjectStreamException
writeReplace in class
com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static Fileformat.BlobHeader parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(InputStream input) throws IOException
IOException
public static Fileformat.BlobHeader parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.BlobHeader parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Fileformat.BlobHeader parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.BlobHeader parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Fileformat.BlobHeader parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.BlobHeader .Builder newBuilder()
public Fileformat.BlobHeader .Builder newBuilderForType()
public static Fileformat.BlobHeader .Builder newBuilder(Fileformat .BlobHeader prototype)
public Fileformat.BlobHeader .Builder toBuilder()