Class FileMetaData


  • public class FileMetaData
    extends Object
    Holds metadata details about a single file that we use to confirm two files (one remote, one local) are in fact "identical".
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Field Detail

      • header

        public final byte[] header
      • footer

        public final byte[] footer
      • length

        public final long length
      • checksum

        public final long checksum
    • Constructor Detail

      • FileMetaData

        public FileMetaData​(byte[] header,
                            byte[] footer,
                            long length,
                            long checksum)