Interface Fileformat.BlobOrBuilder
- 
- All Superinterfaces:
- proto4.MessageLiteOrBuilder,- proto4.MessageOrBuilder
 - All Known Implementing Classes:
- Fileformat.Blob,- Fileformat.Blob.Builder
 - Enclosing class:
- Fileformat
 
 public static interface Fileformat.BlobOrBuilder extends proto4.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description proto4.ByteStringgetLzmaData()PROPOSED feature for LZMA compressed data.proto4.ByteStringgetOBSOLETEBzip2Data()Deprecated.Blob.OBSOLETE_bzip2_data is deprecated.proto4.ByteStringgetRaw()No compressionintgetRawSize()When compressed, the uncompressed sizeproto4.ByteStringgetZlibData()Possible compressed versions of the data.booleanhasLzmaData()PROPOSED feature for LZMA compressed data.booleanhasOBSOLETEBzip2Data()Deprecated.Blob.OBSOLETE_bzip2_data is deprecated.booleanhasRaw()No compressionbooleanhasRawSize()When compressed, the uncompressed sizebooleanhasZlibData()Possible compressed versions of the data.
 
- 
- 
- 
Method Detail- 
hasRawboolean hasRaw() No compression optional bytes raw = 1;- Returns:
- Whether the raw field is set.
 
 - 
getRawproto4.ByteString getRaw() No compression optional bytes raw = 1;- Returns:
- The raw.
 
 - 
hasRawSizeboolean hasRawSize() When compressed, the uncompressed size optional int32 raw_size = 2;- Returns:
- Whether the rawSize field is set.
 
 - 
getRawSizeint getRawSize() When compressed, the uncompressed size optional int32 raw_size = 2;- Returns:
- The rawSize.
 
 - 
hasZlibDataboolean hasZlibData() Possible compressed versions of the data. optional bytes zlib_data = 3;- Returns:
- Whether the zlibData field is set.
 
 - 
getZlibDataproto4.ByteString getZlibData() Possible compressed versions of the data. optional bytes zlib_data = 3;- Returns:
- The zlibData.
 
 - 
hasLzmaDataboolean hasLzmaData() PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED. optional bytes lzma_data = 4;- Returns:
- Whether the lzmaData field is set.
 
 - 
getLzmaDataproto4.ByteString getLzmaData() PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED. optional bytes lzma_data = 4;- Returns:
- The lzmaData.
 
 - 
hasOBSOLETEBzip2Data@Deprecated boolean hasOBSOLETEBzip2Data() Deprecated.Blob.OBSOLETE_bzip2_data is deprecated. See main/java/org/apache/sedona/proto/fileformat.proto;l=32Formerly used for bzip2 compressed data. Depreciated in 2010. optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];- Returns:
- Whether the oBSOLETEBzip2Data field is set.
 
 - 
getOBSOLETEBzip2Data@Deprecated proto4.ByteString getOBSOLETEBzip2Data() Deprecated.Blob.OBSOLETE_bzip2_data is deprecated. See main/java/org/apache/sedona/proto/fileformat.proto;l=32Formerly used for bzip2 compressed data. Depreciated in 2010. optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];- Returns:
- The oBSOLETEBzip2Data.
 
 
- 
 
-