public static interface Fileformat.BlobOrBuilder extends com.protobuf .MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com |
getLz4Data()
optional bytes lz4_data = 6;
|
com |
getLzmaData()
optional bytes lzma_data = 4;
|
com |
getOBSOLETEBzip2Data()
Deprecated.
|
com |
getRaw()
optional bytes raw = 1;
|
int |
getRawSize()
optional int32 raw_size = 2;
|
com |
getZlibData()
optional bytes zlib_data = 3;
|
boolean |
hasLz4Data()
optional bytes lz4_data = 6;
|
boolean |
hasLzmaData()
optional bytes lzma_data = 4;
|
boolean |
hasOBSOLETEBzip2Data()
Deprecated.
|
boolean |
hasRaw()
optional bytes raw = 1;
|
boolean |
hasRawSize()
optional int32 raw_size = 2;
|
boolean |
hasZlibData()
optional bytes zlib_data = 3;
|
boolean hasRaw()
optional bytes raw = 1;
No compression
com.protobuf .ByteString getRaw()
optional bytes raw = 1;
No compression
boolean hasRawSize()
optional int32 raw_size = 2;
When compressed, the uncompressed size
int getRawSize()
optional int32 raw_size = 2;
When compressed, the uncompressed size
boolean hasZlibData()
optional bytes zlib_data = 3;
Possible compressed versions of the data.
com.protobuf .ByteString getZlibData()
optional bytes zlib_data = 3;
Possible compressed versions of the data.
boolean hasLzmaData()
optional bytes lzma_data = 4;
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
com.protobuf .ByteString getLzmaData()
optional bytes lzma_data = 4;
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
@Deprecated boolean hasOBSOLETEBzip2Data()
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
Formerly used for bzip2 compressed data. Depreciated in 2010.
@Deprecated com.protobuf .ByteString getOBSOLETEBzip2Data()
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
Formerly used for bzip2 compressed data. Depreciated in 2010.
boolean hasLz4Data()
optional bytes lz4_data = 6;
lz4 compressed data. It optimized for performance, pretty fast while still offering useful compression ratios.
com.protobuf .ByteString getLz4Data()
optional bytes lz4_data = 6;
lz4 compressed data. It optimized for performance, pretty fast while still offering useful compression ratios.