public static interface Fileformat.BlobOrBuilder
extends proto4.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
proto4.ByteString |
getLzmaData()
PROPOSED feature for LZMA compressed data.
|
proto4.ByteString |
getOBSOLETEBzip2Data()
Deprecated.
Blob.OBSOLETE_bzip2_data is deprecated. See
main/java/org/apache/sedona/proto/fileformat.proto;l=32
|
proto4.ByteString |
getRaw()
No compression
|
int |
getRawSize()
When compressed, the uncompressed size
|
proto4.ByteString |
getZlibData()
Possible compressed versions of the data.
|
boolean |
hasLzmaData()
PROPOSED feature for LZMA compressed data.
|
boolean |
hasOBSOLETEBzip2Data()
Deprecated.
Blob.OBSOLETE_bzip2_data is deprecated. See
main/java/org/apache/sedona/proto/fileformat.proto;l=32
|
boolean |
hasRaw()
No compression
|
boolean |
hasRawSize()
When compressed, the uncompressed size
|
boolean |
hasZlibData()
Possible compressed versions of the data.
|
boolean hasRaw()
No compression
optional bytes raw = 1;
proto4.ByteString getRaw()
No compression
optional bytes raw = 1;
boolean hasRawSize()
When compressed, the uncompressed size
optional int32 raw_size = 2;
int getRawSize()
When compressed, the uncompressed size
optional int32 raw_size = 2;
boolean hasZlibData()
Possible compressed versions of the data.
optional bytes zlib_data = 3;
proto4.ByteString getZlibData()
Possible compressed versions of the data.
optional bytes zlib_data = 3;
boolean hasLzmaData()
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
optional bytes lzma_data = 4;
proto4.ByteString getLzmaData()
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
optional bytes lzma_data = 4;
@Deprecated boolean hasOBSOLETEBzip2Data()
Formerly used for bzip2 compressed data. Depreciated in 2010.
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
@Deprecated proto4.ByteString getOBSOLETEBzip2Data()
Formerly used for bzip2 compressed data. Depreciated in 2010.
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
Copyright © 2025 The Apache Software Foundation. All rights reserved.