capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
WritableByteChannel
java
nio
channels
WritableByteChannel
Undocumented in source.
interface
WritableByteChannel {
bool
isOpen
();
void
close
();
size_t
write
(ByteBuffer src);
}
Members
Functions
close
void
close
()
Undocumented in source.
isOpen
bool
isOpen
()
Undocumented in source.
write
size_t
write
(ByteBuffer src)
Undocumented in source.
Meta
Source
See Implementation
java
nio
channels
WritableByteChannel
interfaces
WritableByteChannel