public static final class Fileformat.BlobHeader extends GeneratedMessageLiteimplements Fileformat .BlobHeaderOrBuilder
OSMPBF.BlobHeader
| Modifier and Type | Class and Description |
|---|---|
static class |
Fileformat
Protobuf type
OSMPBF.BlobHeader
|
GeneratedMessageLite.ExtendableBuilder <MessageType extends GeneratedMessageLite.ExtendableMessage <MessageType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder <MessageType,BuilderType>>, GeneratedMessageLite.ExtendableMessage <MessageType extends GeneratedMessageLite.ExtendableMessage <MessageType>>, GeneratedMessageLite.ExtendableMessageOrBuilder <MessageType extends GeneratedMessageLite.ExtendableMessage >, GeneratedMessageLite.GeneratedExtension <ContainingType extends MessageLite,Type> | Modifier and Type | Field and Description |
|---|---|
static int |
DATASIZE_FIELD_NUMBER
|
static int |
INDEXDATA_FIELD_NUMBER
|
static Parser |
PARSER
|
static int |
TYPE_FIELD_NUMBER
|
memoizedHashCodemakeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static 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 Parser<Fileformat .BlobHeader > getParserForType()
public boolean hasType()
required string type = 1;
public StringgetType()
required string type = 1;
public ByteStringgetTypeBytes()
required string type = 1;
public boolean hasIndexdata()
optional bytes indexdata = 2;
public ByteStringgetIndexdata()
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(CodedOutputStreamoutput) throws IOException
writeTo in interface
MessageLite
IOException
public int getSerializedSize()
protected ObjectwriteReplace() throws ObjectStreamException
writeReplace in class
GeneratedMessageLite
ObjectStreamException
public static Fileformat.BlobHeader parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Fileformat.BlobHeader parseFrom(InputStream input) throws IOException
IOException
public static Fileformat.BlobHeader parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.BlobHeader parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Fileformat.BlobHeader parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.BlobHeader parseFrom(CodedInputStream input) throws IOException
IOException
public static Fileformat.BlobHeader parseFrom(CodedInputStream input, 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()