Class Fileformat.Blob

    • Method Detail

      • getDefaultInstanceForType

        public Fileformat.Blob getDefaultInstanceForType()
      • hasRaw

        public boolean hasRaw()
      • getRaw

        public com.google.protobuf.ByteString getRaw()
      • hasRawSize

        public boolean hasRawSize()
      • getRawSize

        public int getRawSize()
      • hasZlibData

        public boolean hasZlibData()
      • getZlibData

        public com.google.protobuf.ByteString getZlibData()
      • hasLzmaData

        public boolean hasLzmaData()
      • getLzmaData

        public com.google.protobuf.ByteString getLzmaData()
      • hasOBSOLETEBzip2Data

        @Deprecated
        public boolean hasOBSOLETEBzip2Data()
        Deprecated. 
      • getOBSOLETEBzip2Data

        @Deprecated
        public com.google.protobuf.ByteString getOBSOLETEBzip2Data()
        Deprecated. 
      • isInitialized

        public final boolean isInitialized()
      • writeTo

        public void writeTo(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface  com.google.protobuf.MessageLite
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public static Fileformat.Blob parseFrom(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fileformat.Blob parseFrom(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fileformat.Blob parseFrom(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fileformat.Blob parseFrom(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Fileformat.Blob parseFrom(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Throws:
        IOException