The FileBuffer component provides an alternate caching interface to the File Component based on the ANSI-C standard. This component is provided for compatibility. FileBuffer operations use an internally stored "offset" position for file operations.
parent
The file component with which this fileBuffer interacts. Currently, setting this variable has no effect on the fileBuffer.
This action returns the byte at the current (internally stored) position as an integer
This action writes the given integer character as a byte at the current (internally stored) position.
This action returns the string of characters stored from the current position to the passed length.