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