This
- the type of this I/O entry.public interface IoEntry<This extends IoEntry<This>> extends Entry
Entry.Access, Entry.Entity, Entry.PosixEntity, Entry.Size, Entry.Type
ALL_ACCESS, ALL_POSIX_ACCESS, ALL_POSIX_ENTITIES, ALL_SIZES, ALL_TYPES, DIRECTORY_TYPE, FILE_TYPE, NO_ACCESS, NO_POSIX_ENTITIES, NO_SIZES, NO_TYPES, SPECIAL_TYPE, SYMLINK_TYPE, UNKNOWN
Modifier and Type | Method and Description |
---|---|
InputSocket<? extends This> |
input()
Returns an input socket for reading this entry.
|
OutputSocket<? extends This> |
output()
Returns an output socket for writing this entry.
|
getName, getSize, getTime, isPermitted
InputSocket<? extends This> input()
IoSocket.target()
of the returned socket
must return this entry.OutputSocket<? extends This> output()
IoSocket.target()
of the returned socket
must return this entry.Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.