vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
FileStream.write
vibe
core
file
FileStream
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(ubyte[] bytes, IOMode mode)
void
write
(ubyte[] bytes)
void
write
(char[] bytes)
void
write
(InputStream stream, ulong nbytes)
struct
FileStream
@
safe
void
write
(
InputStream
)
(
InputStream
stream
,
ulong
nbytes
= ulong.
max
)
if
(
isInputStream
!
InputStream
)
Meta
Source
See Implementation
vibe
core
file
FileStream
destructors
~this
functions
close
finalize
flush
opCast
peek
read
seek
takeOwnershipOfFD
tell
truncate
write
postblits
this(this)
properties
dataAvailableForRead
empty
fd
isOpen
leastSize
path
readable
size
writable