fio ~master (2018-11-14T23:52:16Z)
Dub
Repo
FixedBufferBase.bufferSize
io
buffer
fixed
FixedBufferBase
Gets the current buffer size. The default is 8192 bytes.
size_t
bufferSize
[@property setter]
size_t
bufferSize
[@property getter]
struct
FixedBufferBase
(Stream)
@
property
const pure nothrow
size_t
bufferSize
(
)
if
(
is
(
Stream
== struct) &&
isBufferable
!
Stream
)
Meta
Source
See Implementation
io
buffer
fixed
FixedBufferBase
aliases
put
constructors
this
destructors
~this
functions
flush
read
seekTo
write
postblits
this(this)
properties
bufferSize
variables
stream
Gets the current buffer size. The default is 8192 bytes.