Package com.zeroc.IcePatch2
Class LargeFileInfo
java.lang.Object
com.zeroc.IcePatch2.LargeFileInfo
- 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.longThe size of the compressed file in number of bytes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static LargeFileInfoice_read(InputStream istr) static Optional<LargeFileInfo>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, LargeFileInfo v) static voidice_write(OutputStream ostr, int tag, Optional<LargeFileInfo> v) static voidice_write(OutputStream ostr, LargeFileInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
path
The pathname. -
checksum
public byte[] checksumThe SHA-1 checksum of the file. -
size
public long sizeThe size of the compressed file in number of bytes. -
executable
public boolean executableThe executable flag.
-
-
Constructor Details
-
LargeFileInfo
public LargeFileInfo() -
LargeFileInfo
-
-
Method Details