Interface GribCollectionProto.MFileOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilename()
      relative to topDir
      com.google.protobuf.ByteString getFilenameBytes()
      relative to topDir
      int getIndex()
      the records use this number
      long getLastModified()
      uint64 lastModified = 2;
      long getLength()
      uint64 length = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFilename

        String getFilename()
         relative to topDir
         
        string filename = 1;
        Returns:
        The filename.
      • getFilenameBytes

        com.google.protobuf.ByteString getFilenameBytes()
         relative to topDir
         
        string filename = 1;
        Returns:
        The bytes for filename.
      • getLastModified

        long getLastModified()
        uint64 lastModified = 2;
        Returns:
        The lastModified.
      • getIndex

        int getIndex()
         the records use this number
         
        uint32 index = 3;
        Returns:
        The index.
      • getLength

        long getLength()
        uint64 length = 4;
        Returns:
        The length.