StdFileStream.connected - multiple declarations
- Function StdFileStream.connected
- Function StdFileStream.connected
- Function StdFileStream.connected
- Function StdFileStream.connected
Function StdFileStream.connected
Determines The current connection status.
If connected
is false, writing to the connection will trigger an
exception. Reading may still succeed as long as there is data left in
the input buffer. Use InputStream.empty to determine when to stop
reading.
Prototype
override bool connected() @property const;
Function StdFileStream.connected
Determines The current connection status.
If connected
is false, writing to the connection will trigger an
exception. Reading may still succeed as long as there is data left in
the input buffer. Use InputStream.empty to determine when to stop
reading.
Prototype
override bool connected() @property const;
Function StdFileStream.connected
Determines The current connection status.
If connected
is false, writing to the connection will trigger an
exception. Reading may still succeed as long as there is data left in
the input buffer. Use InputStream.empty to determine when to stop
reading.
Prototype
override bool connected() @property const;
Function StdFileStream.connected
Determines The current connection status.
If connected
is false, writing to the connection will trigger an
exception. Reading may still succeed as long as there is data left in
the input buffer. Use InputStream.empty to determine when to stop
reading.
Prototype
override bool connected() @property const;
Authors
Sönke Ludwig, Eric Cornelius
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.