streams v3.5.0 (2023-06-23T15:36:02Z)
Dub
Repo
BufferedOutputStream.flushStream
streams
types
buffered
BufferedOutputStream
Manually invokes a flush to the underlying stream.
struct
BufferedOutputStream
(S, uint BufferSize = DEFAULT_BUFFER_SIZE)
OptionalStreamError
flushStream
(
)
if
(
isSomeOutputStream
!
S
)
Meta
Source
See Implementation
streams
types
buffered
BufferedOutputStream
constructors
this
functions
closeStream
flushStream
writeToStream
Manually invokes a flush to the underlying stream.