undead ~master (2024-04-17T22:51:33Z)
Home
Dub
Repo
BufferedStream.this
undead
stream
BufferedStream
Create a buffered stream for the stream source with the buffer size bufferSize.
class
BufferedStream
this
(
Stream
source
,
size_t
bufferSize
=
DefaultBufferSize
)
Meta
Source
See Implementation
undead
stream
BufferedStream
constructors
this
functions
flush
readBlock
readLine
readLineW
resetSource
seek
writeBlock
properties
available
eof
size
templates
TreadLine
variables
DefaultBufferSize
buffer
bufferCurPos
bufferDirty
bufferLen
bufferSourcePos
streamPos
Create a buffered stream for the stream source with the buffer size bufferSize.