FileDescriptor

Undocumented in source.

Constructors

this
this(File file)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen()
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t read(ByteBuffer dst)

Reads from fd to dst.

write
size_t write(ByteBuffer src)

Writes from src to fd.

Inherited Members

From ReadableByteChannel

isOpen
bool isOpen()
Undocumented in source.
close
void close()
Undocumented in source.
read
size_t read(ByteBuffer dst)
Undocumented in source.

From WritableByteChannel

isOpen
bool isOpen()
Undocumented in source.
close
void close()
Undocumented in source.
write
size_t write(ByteBuffer src)
Undocumented in source.

Meta