vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
LimitedInputStream.this
index
vibe
stream
counting
LimitedInputStream
private
this
(InputStream stream, ulong byte_limit, bool silent_limit)
this
(InterfaceProxy!InputStream stream, ulong byte_limit, bool silent_limit, bool dummy)
class
LimitedInputStream
@
safe
this
(
InterfaceProxy
!
InputStream
stream
,
ulong
byte_limit
,
bool
silent_limit
,
bool
dummy
)
Meta
Source
See Implementation
index
vibe
stream
counting
LimitedInputStream
constructors
this
functions
increment
onSizeLimitReached
peek
read
properties
dataAvailableForRead
empty
leastSize
sourceStream
private