bitflag enum io.FileStreamEvents
Overview
This enumeration contains codes of all possible events that might
happen on io.FileStream
object. The set of active events is accessible
via io.FileStream.m_activeEvents
. More…
bitflag enum FileStreamEvents: io.StreamEvents { Eof, };
Detailed Documentation
This enumeration contains codes of all possible events that might
happen on io.FileStream
object. The set of active events is accessible
via io.FileStream.m_activeEvents
.
See also:
Enum Values
Eof
End-of-file was reached on the file stream.