streams v0.0.1 (2023-05-13T08:57:50Z)
Dub
Repo
DataInputStream
streams
types
data
Undocumented in source.
struct
DataInputStream (
BaseStream
)
if
(
isByteInputStream
!
BaseStream
) {
this
(BaseStream stream);
int
read
(ubyte[] buffer);
DataType
read
();
}
Constructors
this
this
(BaseStream stream)
Undocumented in source.
Members
Functions
read
int
read
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
read
DataType
read
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
streams
types
data
functions
dataInputStreamFor
dataOutputStreamFor
structs
DataInputStream
DataOutputStream