Class Fileformat.Blob.Builder

    • Method Detail

      • getDefaultInstanceForType

        public Fileformat.Blob getDefaultInstanceForType()
      • isInitialized

        public final boolean isInitialized()
      • mergeFrom

        public Fileformat.Blob.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Specified by:
        mergeFrom in interface  com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class  com.google.protobuf.AbstractMessageLite.Builder<Fileformat.Blob.Builder>
        Throws:
        IOException
      • hasRaw

        public boolean hasRaw()
        optional bytes raw = 1;
         No compression
         
      • getRaw

        public com.google.protobuf.ByteString getRaw()
        optional bytes raw = 1;
         No compression
         
      • setRaw

        public Fileformat.Blob.Builder setRaw(com.google.protobuf.ByteString value)
        optional bytes raw = 1;
         No compression
         
      • hasRawSize

        public boolean hasRawSize()
        optional int32 raw_size = 2;
         When compressed, the uncompressed size
         
      • getRawSize

        public int getRawSize()
        optional int32 raw_size = 2;
         When compressed, the uncompressed size
         
      • setRawSize

        public Fileformat.Blob.Builder setRawSize(int value)
        optional int32 raw_size = 2;
         When compressed, the uncompressed size
         
      • clearRawSize

        public Fileformat.Blob.Builder clearRawSize()
        optional int32 raw_size = 2;
         When compressed, the uncompressed size
         
      • hasZlibData

        public boolean hasZlibData()
        optional bytes zlib_data = 3;
         Possible compressed versions of the data.
         
      • getZlibData

        public com.google.protobuf.ByteString getZlibData()
        optional bytes zlib_data = 3;
         Possible compressed versions of the data.
         
      • setZlibData

        public Fileformat.Blob.Builder setZlibData(com.google.protobuf.ByteString value)
        optional bytes zlib_data = 3;
         Possible compressed versions of the data.
         
      • clearZlibData

        public Fileformat.Blob.Builder clearZlibData()
        optional bytes zlib_data = 3;
         Possible compressed versions of the data.
         
      • hasLzmaData

        public boolean hasLzmaData()
        optional bytes lzma_data = 4;
         PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
         
      • getLzmaData

        public com.google.protobuf.ByteString getLzmaData()
        optional bytes lzma_data = 4;
         PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
         
      • setLzmaData

        public Fileformat.Blob.Builder setLzmaData(com.google.protobuf.ByteString value)
        optional bytes lzma_data = 4;
         PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
         
      • clearLzmaData

        public Fileformat.Blob.Builder clearLzmaData()
        optional bytes lzma_data = 4;
         PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
         
      • hasOBSOLETEBzip2Data

        @Deprecated
        public boolean hasOBSOLETEBzip2Data()
        Deprecated. 
        optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
         Formerly used for bzip2 compressed data. Depreciated in 2010.
         
      • getOBSOLETEBzip2Data

        @Deprecated
        public com.google.protobuf.ByteString getOBSOLETEBzip2Data()
        Deprecated. 
        optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
         Formerly used for bzip2 compressed data. Depreciated in 2010.
         
      • setOBSOLETEBzip2Data

        @Deprecated
        public Fileformat.Blob.Builder setOBSOLETEBzip2Data(com.google.protobuf.ByteString value)
        Deprecated. 
        optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
         Formerly used for bzip2 compressed data. Depreciated in 2010.
         
      • clearOBSOLETEBzip2Data

        @Deprecated
        public Fileformat.Blob.Builder clearOBSOLETEBzip2Data()
        Deprecated. 
        optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
         Formerly used for bzip2 compressed data. Depreciated in 2010.
         
      • hasLz4Data

        public boolean hasLz4Data()
        optional bytes lz4_data = 6;
         lz4 compressed data. It optimized for performance, pretty fast
         while still offering useful compression ratios.
         
      • getLz4Data

        public com.google.protobuf.ByteString getLz4Data()
        optional bytes lz4_data = 6;
         lz4 compressed data. It optimized for performance, pretty fast
         while still offering useful compression ratios.
         
      • setLz4Data

        public Fileformat.Blob.Builder setLz4Data(com.google.protobuf.ByteString value)
        optional bytes lz4_data = 6;
         lz4 compressed data. It optimized for performance, pretty fast
         while still offering useful compression ratios.
         
      • clearLz4Data

        public Fileformat.Blob.Builder clearLz4Data()
        optional bytes lz4_data = 6;
         lz4 compressed data. It optimized for performance, pretty fast
         while still offering useful compression ratios.