Click or drag to resize

CBF Methods

The CBF type exposes the following members.

Methods
  NameDescription
Public methodChSize
Changes the size of a file
Public methodCopy
Copy entire contents of a source BF to a destination BF
Public methodCRC
Compute CRC of a file.
Public methodStatic memberCreate
Create BF object.
Public methodStatic memberCreateSBF
Create BF object inside an SBF.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodiEOF
Returns 1 if at the end of the file
Public methodiQueryWrite
Check if you can write to the BF.
Public methodIReadBinaryString(Int32, Int32, String)
Reads string data from current position in BF
Public methodIReadBinaryString(Int32, Int32, String, Int32)
Reads string data from current position in BF
Public methodiSize
Returns the file length
Public methodiTell
Returns current position of file pointer in bytes
Public methodReadBuff
Read data from a BF stream into memory
Public methodReadInt
Reads int data from current position in BF
Public methodReadReal
Reads real data from current position in BF
Public methodReadVM
Read data to a VM from current position in BF
Public methodReadVV
Read data to a VV from current position in BF
Public methodSeek
Moves file position
Public methodSetDestroyStatus
Set the flag to delete the file on close
Public methodWriteBinaryString
Write a binary string to a BF
Public methodWriteBuff
Write data from memory into a BF stream
Public methodWriteDataNull
Writes a null byte (0) to BF
Public methodWriteInt
Writes int to the BF
Public methodWriteReal
Writes real to the BF
Public methodWriteVM
Writes VM to the BF
Public methodWriteVV
Writes VV to the BF
Top
See Also