Class FileInfo

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

public class FileInfo 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 int size
      The size of the compressed file in number of bytes.
    • executable

      public boolean executable
      The executable flag.
  • Constructor Details

    • FileInfo

      public FileInfo()
    • FileInfo

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