|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
com.jscape.inet.sftp.v4.packets.AttributePresenceFlags2
public class AttributePresenceFlags2
The attribute presence flags version 2.
Constructor Summary | |
---|---|
AttributePresenceFlags2()
|
Method Summary | |
---|---|
boolean |
isAccessTimePresent()
Checks if the file access time attribute is present. |
boolean |
isAclPresent()
Checks if the file acl attribute is present. |
boolean |
isCreateTimePresent()
Checks if the file creation time attribute is present. |
boolean |
isModifyTimePresent()
Checks if the file modification time attribute is present. |
boolean |
isOwnerGroupPresent()
Checks if the file owner and group attributes are present. |
boolean |
isSubSecondTimesPresent()
Checks if the file subsecond times attributes are present. |
static SftpFileAttributes.AttributePresenceFlags |
readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the file attribute presence flags from the stream. |
void |
setAccessTimePresent()
Setups the access time attribute presence. |
void |
setAclPresent()
Setups the acl attribute presence. |
void |
setCreateTimePresent()
Setups the creation time attribute presence. |
void |
setModifyTimePresent()
Setups the modification time attribute presence. |
void |
setOwnerGroupPresent()
Setups the owner and group attribute presence. |
void |
setSubSecondTimesPresent()
Setups the subsecond times attributes presence. |
Methods inherited from class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags |
---|
isAcModTimePresent, isExtendedPresent, isPermissionsPresent, isSizePresent, isUidGidPresent, setAcModTimePresent, setExtendedPresent, setPermissionsPresent, setSizePresent, setUidGidPresent, writeTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributePresenceFlags2()
Method Detail |
---|
public static SftpFileAttributes.AttributePresenceFlags readFrom(java.io.InputStream in, java.lang.String charset) throws java.io.IOException
in
- the source input stream
java.io.IOException
- if an I/O error occurspublic boolean isAccessTimePresent()
true
if the access time attribute is present;
false
otherwisepublic void setAccessTimePresent()
public boolean isCreateTimePresent()
true
if the creation time attribute is present;
false
otherwisepublic void setCreateTimePresent()
public boolean isModifyTimePresent()
true
if the modification time attribute is present;
false
otherwisepublic void setModifyTimePresent()
public boolean isAclPresent()
true
if the acl attribute is present;
false
otherwisepublic void setAclPresent()
public boolean isOwnerGroupPresent()
true
if the owner and group attributes are present;
false
otherwisepublic void setOwnerGroupPresent()
public boolean isSubSecondTimesPresent()
true
if the subsecond times attributes are present;
false
otherwisepublic void setSubSecondTimesPresent()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |