streams v0.0.1 (2023-05-13T08:57:50Z)
Dub
Repo
SocketOutputStream
streams
types
socket
Undocumented in source.
struct
SocketOutputStream {
int
write
(ubyte[] buffer);
void
close
();
}
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
write
int
write
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
streams
types
socket
structs
SocketInputStream
SocketOutputStream