undead v1.1.5 (2021-04-07T14:34:51Z)
Home
Dub
Repo
OutputStream.write
undead
stream
OutputStream
Undocumented in source.
size_t
write
(const(ubyte)[] buffer)
void
write
(byte x)
void
write
(ubyte x)
void
write
(short x)
void
write
(ushort x)
void
write
(int x)
void
write
(uint x)
void
write
(long x)
void
write
(ulong x)
void
write
(float x)
void
write
(double x)
interface
OutputStream
void
write
(
double
x
)
void
write
(real x)
void
write
(char x)
void
write
(wchar x)
void
write
(dchar x)
void
write
(const(char)[] s)
void
write
(const(wchar)[] s)
Meta
Source
See Implementation
undead
stream
OutputStream
functions
close
flush
printf
vprintf
write
writeExact
writeLine
writeLineW
writeString
writeStringW
writef
writefln
writefx
properties
isOpen