undead v1.1.4 (2021-03-04T08:12:54Z)
Home
Dub
Repo
Stream.opApply
undead
stream
Stream
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref char[] line) dg)
int
opApply
(int delegate(ref ulong n, ref char[] line) dg)
int
opApply
(int delegate(ref wchar[] line) dg)
int
opApply
(int delegate(ref ulong n, ref wchar[] line) dg)
class
Stream
int
opApply
(
scope
int
delegate
(
ref
ulong
n
,
ref
wchar
[]
line
)
dg
)
Meta
Source
See Implementation
undead
stream
Stream
constructors
this
functions
assertReadable
assertSeekable
assertWriteable
close
copyFrom
flush
getc
getcw
opApply
printf
read
readBlock
readExact
readLine
readLineW
readString
readStringW
readf
seek
seekCur
seekEnd
seekSet
toHash
toString
ungetAvailable
ungetc
ungetcw
vprintf
vreadf
write
writeBlock
writeExact
writeLine
writeLineW
writeString
writeStringW
writef
writefln
writefx
properties
available
eof
isOpen
position
size
variables
isopen
prevCr
readEOF
readable
seekable
writeable