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 Summary
Modifier and TypeMethodDescriptionproto4.ByteStringPROPOSED feature for LZMA compressed data.proto4.ByteStringDeprecated.Blob.OBSOLETE_bzip2_data is deprecated.proto4.ByteStringgetRaw()No compressionintWhen compressed, the uncompressed sizeproto4.ByteStringPossible compressed versions of the data.booleanPROPOSED feature for LZMA compressed data.booleanDeprecated.Blob.OBSOLETE_bzip2_data is deprecated.booleanhasRaw()No compressionbooleanWhen compressed, the uncompressed sizebooleanPossible compressed versions of the data.Methods inherited from interface proto4.MessageLiteOrBuilder
isInitializedMethods inherited from interface proto4.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRaw
boolean hasRaw()No compression
optional bytes raw = 1;- Returns:
- Whether the raw field is set.
-
getRaw
proto4.ByteString getRaw()No compression
optional bytes raw = 1;- Returns:
- The raw.
-
hasRawSize
boolean hasRawSize()When compressed, the uncompressed size
optional int32 raw_size = 2;- Returns:
- Whether the rawSize field is set.
-
getRawSize
int getRawSize()When compressed, the uncompressed size
optional int32 raw_size = 2;- Returns:
- The rawSize.
-
hasZlibData
boolean hasZlibData()Possible compressed versions of the data.
optional bytes zlib_data = 3;- Returns:
- Whether the zlibData field is set.
-
getZlibData
proto4.ByteString getZlibData()Possible compressed versions of the data.
optional bytes zlib_data = 3;- Returns:
- The zlibData.
-
hasLzmaData
boolean hasLzmaData()PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
optional bytes lzma_data = 4;- Returns:
- Whether the lzmaData field is set.
-
getLzmaData
proto4.ByteString getLzmaData()PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
optional bytes lzma_data = 4;- Returns:
- The lzmaData.
-
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.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.
-