Package com.zeroc.IcePatch2
Class FileInfo
java.lang.Object
com.zeroc.IcePatch2.FileInfo
- All Implemented Interfaces:
Serializable,Cloneable
Basic information about a single file.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]The SHA-1 checksum of the file.booleanThe executable flag.The pathname.intThe size of the compressed file in number of bytes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static FileInfoice_read(InputStream istr) ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, FileInfo v) static voidice_write(OutputStream ostr, int tag, Optional<FileInfo> v) static voidice_write(OutputStream ostr, FileInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
path
The pathname. -
checksum
public byte[] checksumThe SHA-1 checksum of the file. -
size
public int sizeThe size of the compressed file in number of bytes. -
executable
public boolean executableThe executable flag.
-
-
Constructor Details
-
FileInfo
public FileInfo() -
FileInfo
-
-
Method Details