streams v0.0.1 (2023-05-13T08:57:50Z)
Dub
Repo
DataOutputStream
streams
types
data
Undocumented in source.
struct
DataOutputStream (
BaseStream
)
if
(
isByteOutputStream
!
BaseStream
) {
this
(BaseStream stream);
int
write
(ubyte[] buffer);
void
write
(T value);
}
Constructors
this
this
(BaseStream stream)
Undocumented in source.
Members
Functions
write
int
write
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
streams
types
data
functions
dataInputStreamFor
dataOutputStreamFor
structs
DataInputStream
DataOutputStream