undead ~master (2024-04-17T22:51:33Z)
Home
Dub
Repo
InputStream.read
undead
stream
InputStream
Undocumented in source.
size_t
read
(ubyte[] buffer)
void
read
(byte x)
void
read
(ubyte x)
interface
InputStream
void
read
(
out
ubyte
x
)
void
read
(short x)
void
read
(ushort x)
void
read
(int x)
void
read
(uint x)
void
read
(long x)
void
read
(ulong x)
void
read
(float x)
void
read
(double x)
void
read
(real x)
void
read
(char x)
void
read
(wchar x)
void
read
(dchar x)
void
read
(char[] s)
void
read
(wchar[] s)
Meta
Source
See Implementation
undead
stream
InputStream
functions
getc
getcw
opApply
read
readExact
readLine
readLineW
readString
readStringW
readf
ungetc
ungetcw
vreadf
properties
available
eof
isOpen