Interface Fileformat.BlobHeaderOrBuilder

    • Method Summary

      Modifier and Type Method and Description
      int getDatasize()
       
      com.google.protobuf.ByteString getIndexdata()
       
      String getType()
       
      boolean hasDatasize()
       
      boolean hasIndexdata()
       
      boolean hasType()
       
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasType

        boolean hasType()
      • hasIndexdata

        boolean hasIndexdata()
      • getIndexdata

        com.google.protobuf.ByteString getIndexdata()
      • hasDatasize

        boolean hasDatasize()
      • getDatasize

        int getDatasize()