dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
OutBuffer.write
dmdscript
outbuffer
OutBuffer
Append data to the internal buffer.
void
write
(const(ubyte)[] bytes)
class
OutBuffer
void
write
(
const
(
ubyte
)[]
bytes
)
void
write
(wchar[] chars)
void
write
(const(dchar)[] chars)
void
write
(ubyte b)
void
write
(byte b)
void
write
(char c)
void
write
(dchar c)
void
write
(ushort w)
void
write
(short s)
void
write
(wchar c)
void
write
(uint w)
void
write
(int i)
void
write
(ulong l)
void
write
(long l)
void
write
(float f)
void
write
(double f)
void
write
(real f)
void
write
(char[] s)
void
write
(OutBuffer buf)
Meta
Source
See Implementation
dmdscript
outbuffer
OutBuffer
constructors
this
functions
align2
align4
alignSize
fill0
reserve
spread
toBytes
toString
write
variables
data
offset
Append data to the internal buffer.