|
Method name |
Brief description |
|
EndOfList |
The EndOfList method returns whether a binary file page end is reached. |
|
ReadBoolean |
The ReadBoolean method reads a logical value from a binary file. |
|
ReadChar |
The ReadChar method reads characters from a binary file. |
|
ReadDateTime |
The ReadDateTime method reads date and time from a binary file. |
|
ReadDouble |
The ReadDouble method reads real numbers from a binary file. |
|
ReadInteger |
The ReadInteger method reads an integer value from a binary file. |
|
ReadListBegin |
The ReadListBegin method reads an indicator of a page start from a binary file. |
|
ReadListEnd |
The ReadListEnd method reads an indicator of a page end from a binary file. |
|
ReadString |
The ReadString method reads a character string from a binary file. |