Class LargeFileInfo

java.lang.Object
com.zeroc.IcePatch2.LargeFileInfo
All Implemented Interfaces:
Serializable, Cloneable

public class LargeFileInfo extends Object implements Cloneable, Serializable
Basic information about a single file.
See Also:
  • Field Details

    • path

      public String path
      The pathname.
    • checksum

      public byte[] checksum
      The SHA-1 checksum of the file.
    • size

      public long size
      The size of the compressed file in number of bytes.
    • executable

      public boolean executable
      The executable flag.
  • Constructor Details

    • LargeFileInfo

      public LargeFileInfo()
    • LargeFileInfo

      public LargeFileInfo(String path, byte[] checksum, long size, boolean executable)
  • Method Details