[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write a byte to the stream.
Source position: classesh.inc line 970
public procedure TStream.WriteByte( |
b: Byte |
); |
WriteByte writes the byte B to the stream. This is a utility function which simply calls the Write function. The byte can be read from the stream using the ReadByte function.
If an error occurs when attempting to write, an EStreamError exception will be raised.
|
Writes data from a buffer to the stream and returns the number of bytes written. |
|
|
Read a byte from the stream and return its value. |
|
|
Write a word to the stream. |
|
|
Write a DWord to the stream. |
|
|
Write an ansistring to the stream. |