SftpFileAttrs class
Constructors
-
SftpFileAttrs({int? size, int? userID, int? groupID, SftpFileMode? mode, int? accessTime, int? modifyTime, Map<
String, String> ? extended}) - SftpFileAttrs.readFrom(SSHMessageReader reader)
-
factory
Properties
- accessTime → int?
-
The access time of the file in seconds since the epoch.
final
-
extended
→ Map<
String, String> ? -
The extended attributes of the file.
final
- groupID → int?
-
The group ID of the file.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBlockDevice → bool
-
Whether the file is a block device. See type.
no setter
- isCharacterDevice → bool
-
Whether the file is a character device. See type.
no setter
- isDirectory → bool
-
Whether the file is a regular file. See type.
no setter
- isFile → bool
-
Whether the file is a symbolic link. See type.
no setter
- isPipe → bool
-
Whether the file is a pipe. See type.
no setter
- isSocket → bool
-
Whether the file is a socket. See type.
no setter
- isSymbolicLink → bool
-
Whether the file is a symbolic link. See type.
no setter
- isWhiteout → bool
-
Whether the file is a whiteout. See type.
no setter
- mode → SftpFileMode?
-
The mode of the file, including file type and permissions.
final
- modifyTime → int?
-
The modification time of the file in seconds since the epoch.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
The size of the file in bytes.
final
- type → SftpFileType?
-
Shortcut for mode?.type
no setter
- userID → int?
-
The user ID of the file.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
writeTo(
SSHMessageWriter writer) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited