public static final class Fileformat.BlobHeader extends com.protobuf .GeneratedMessageLite implements Fileformat .BlobHeaderOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Fileformat
|
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 int |
TYPE_FIELD_NUMBER
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDatasize()
|
static Fileformat |
getDefaultInstance()
|
Fileformat |
getDefaultInstanceForType()
|
com |
getIndexdata()
|
int |
getSerializedSize()
|
String |
getType()
|
boolean |
hasDatasize()
|
boolean |
hasIndexdata()
|
boolean |
hasType()
|
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
|
newRepeatedGeneratedExtension, newSingularGeneratedExtensionpublic 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 boolean hasType()
public StringgetType()
public boolean hasIndexdata()
public com.protobuf .ByteString getIndexdata()
public boolean hasDatasize()
public int getDatasize()
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()