streams v3.5.0 (2023-06-23T15:36:02Z)
Dub
Repo
ClosableStream
streams
interfaces
Interface defining a stream that is closable.
version(!D_BetterC)
interface
ClosableStream {
OptionalStreamError
closeStream
();
}
Members
Functions
closeStream
OptionalStreamError
closeStream
()
Closes the stream.
Meta
Source
See Implementation
streams
interfaces
classes
InputStreamObject
OutputStreamObject
functions
inputStreamObjectFor
outputStreamObjectFor
interfaces
ClosableStream
FlushableStream
InputStream
OutputStream
Interface defining a stream that is closable.