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.boolean
The executable flag.The pathname.long
The size of the compressed file in number of bytes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static LargeFileInfo
ice_read
(InputStream istr) static Optional<LargeFileInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, LargeFileInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<LargeFileInfo> v) static void
ice_write
(OutputStream ostr, LargeFileInfo v) void
ice_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