undead v1.1.5 (2021-04-07T14:34:51Z)
Home
Dub
Repo
Stream.write
undead
stream
Stream
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(const(ubyte)[] buffer)
void
write
(byte x)
void
write
(ubyte x)
class
Stream
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)
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
Stream
constructors
this
functions
assertReadable
assertSeekable
assertWriteable
close
copyFrom
flush
getc
getcw
opApply
printf
read
readBlock
readExact
readLine
readLineW
readString
readStringW
readf
seek
seekCur
seekEnd
seekSet
toHash
toString
ungetAvailable
ungetc
ungetcw
vprintf
vreadf
write
writeBlock
writeExact
writeLine
writeLineW
writeString
writeStringW
writef
writefln
writefx
properties
available
eof
isOpen
position
size
variables
isopen
prevCr
readEOF
readable
seekable
writeable