ManagedStreams
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Provides an output stream for writing to the stream with the given ID.
Provides an output stream for writing to the stream with the given ID.
Attributes
- Inherited from:
- TaskStreams
A cache directory that is unique to the context of this streams instance.
A cache directory that is unique to the context of this streams instance.
Attributes
- Inherited from:
- TaskStreams
Attributes
- Inherited from:
- TaskStreams
The default stream ID, used when an ID is not provided.
Attributes
- Inherited from:
- TaskStreams
Attributes
- Inherited from:
- TaskStreams
Attributes
- Inherited from:
- TaskStreams
Attributes
- Inherited from:
- TaskStreams
Creates a Logger that logs to stream with ID sid
.
Attributes
- Inherited from:
- TaskStreams
Attributes
- Inherited from:
- TaskStreams
Provides an output stream to read from the stream sid
for key
. It is the caller's responsibility to coordinate writing to the stream. That is, no synchronization or ordering is provided and so this method should only be called when writing is complete.
Provides an output stream to read from the stream sid
for key
. It is the caller's responsibility to coordinate writing to the stream. That is, no synchronization or ordering is provided and so this method should only be called when writing is complete.
Attributes
- Inherited from:
- TaskStreams
Attributes
- Inherited from:
- TaskStreams
Provides a reader to read text from the stream sid
for key
. It is the caller's responsibility to coordinate writing to the stream. That is, no synchronization or ordering is provided and so this method should only be called when writing is complete.
Provides a reader to read text from the stream sid
for key
. It is the caller's responsibility to coordinate writing to the stream. That is, no synchronization or ordering is provided and so this method should only be called when writing is complete.
Attributes
- Inherited from:
- TaskStreams
Provides a writer for writing text to the stream with the given ID.
Provides a writer for writing text to the stream with the given ID.
Attributes
- Inherited from:
- TaskStreams
Inherited fields
Obtains the default logger.