vibe-d v0.9.4 (2021-09-30T12:24:53Z)
Home
Dub
Repo
Base64OutputStreamImpl.write
index
vibe
stream
base64
Base64OutputStreamImpl
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(ubyte[] bytes_, IOMode )
class
Base64OutputStreamImpl
(char C62, char C63, char CPAD = '=', OutputStream = .OutputStream)
@
trusted
size_t
write
(
in
ubyte
[]
bytes_
,
IOMode
)
if
(
isOutputStream
!
OutputStream
)
alias
write
=
.
OutputStream
.
write
Meta
Source
See Implementation
index
vibe
stream
base64
Base64OutputStreamImpl
constructors
this
functions
finalize
flush
write