dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
MemoryInputStream
dlangui
core
streams
Undocumented in source.
class
MemoryInputStream :
InputStream
{
this
(ubyte[] data);
void
close
();
bool
isOpen
[@property getter];
size_t
read
(ubyte[] buffer);
bool
eof
[@property getter];
}
Constructors
this
this
(ubyte[] data)
Undocumented in source.
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t
read
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
eof
bool
eof
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool
isOpen
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From InputStream
read
size_t
read
(ubyte[] buffer)
Undocumented in source.
eof
bool
eof
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dlangui
core
streams
classes
FileInputStream
FileOutputStream
MemoryInputStream
interfaces
Closeable
InputStream
OutputStream