public static final class Fileformat.Blob extends com.protobuf .GeneratedMessageLite implements Fileformat .BlobOrBuilder
| 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 |
LZMA_DATA_FIELD_NUMBER
|
static int |
OBSOLETE_BZIP2_DATA_FIELD_NUMBER
|
static int |
RAW_FIELD_NUMBER
|
static int |
RAW_SIZE_FIELD_NUMBER
|
static int |
ZLIB_DATA_FIELD_NUMBER
|
| Modifier and Type | Method and Description |
|---|---|
static Fileformat |
getDefaultInstance()
|
Fileformat |
getDefaultInstanceForType()
|
com |
getLzmaData()
|
com |
getOBSOLETEBzip2Data()
Deprecated.
|
com |
getRaw()
|
int |
getRawSize()
|
int |
getSerializedSize()
|
com |
getZlibData()
|
boolean |
hasLzmaData()
|
boolean |
hasOBSOLETEBzip2Data()
Deprecated.
|
boolean |
hasRaw()
|
boolean |
hasRawSize()
|
boolean |
hasZlibData()
|
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 RAW_FIELD_NUMBER
public static final int RAW_SIZE_FIELD_NUMBER
public static final int ZLIB_DATA_FIELD_NUMBER
public static final int LZMA_DATA_FIELD_NUMBER
public static final int OBSOLETE_BZIP2_DATA_FIELD_NUMBER
public static Fileformat.Blob getDefaultInstance()
public Fileformat.Blob getDefaultInstanceForType()
public boolean hasRaw()
public com.protobuf .ByteString getRaw()
public boolean hasRawSize()
public int getRawSize()
public boolean hasZlibData()
public com.protobuf .ByteString getZlibData()
public boolean hasLzmaData()
public com.protobuf .ByteString getLzmaData()
@Deprecated public boolean hasOBSOLETEBzip2Data()
@Deprecated public com.protobuf .ByteString getOBSOLETEBzip2Data()
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.Blob parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.Blob parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.Blob parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.Blob parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Fileformat.Blob parseFrom(InputStream input) throws IOException
IOException
public static Fileformat.Blob parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.Blob parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Fileformat.Blob parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.Blob parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Fileformat.Blob parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Fileformat.Blob .Builder newBuilder()
public Fileformat.Blob .Builder newBuilderForType()
public static Fileformat.Blob .Builder newBuilder(Fileformat .Blob prototype)
public Fileformat.Blob .Builder toBuilder()