dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
InputStream
dlangui
core
streams
Undocumented in source.
interface
InputStream :
Closeable
{
size_t
read
(ubyte[] buffer);
bool
eof
[@property getter];
}
Members
Functions
read
size_t
read
(ubyte[] buffer)
Undocumented in source.
Properties
eof
bool
eof
[@property getter]
Undocumented in source.
Inherited Members
From Closeable
close
void
close
()
Undocumented in source.
isOpen
bool
isOpen
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dlangui
core
streams
classes
FileInputStream
FileOutputStream
MemoryInputStream
interfaces
Closeable
InputStream
OutputStream