CBF Class |
Namespace: GeoEngine.Core.GXNetX
The CBF type exposes the following members.
| Name | Description | |
|---|---|---|
| ChSize | Changes the size of a file | |
| Copy | Copy entire contents of a source BF to a destination BF | |
| CRC | Compute CRC of a file. | |
| Create | Create BF object. | |
| CreateSBF | Create BF object inside an SBF. | |
| Dispose | Releases the unmanaged resources used by the CBF and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) | |
| iCheckFileUNC | Obsolete. Check if this is UNICODE file. | |
| iEOF | Returns 1 if at the end of the file | |
| iQueryWrite | Check if you can write to the BF. | |
| IReadBinaryString(Int32, Int32, String) | Reads string data from current position in BF | |
| IReadBinaryString(Int32, Int32, String, Int32) | Reads string data from current position in BF | |
| IReadString(Int32, String) | Reads string data from current position in BF | |
| IReadString(Int32, String, Int32) | Obsolete. Reads string data from current position in BF | |
| iSize | Returns the file length | |
| iTell | Returns current position of file pointer in bytes | |
| ReadBuff | Read data from a BF stream into memory | |
| ReadInt | Reads int data from current position in BF | |
| ReadReal | Reads real data from current position in BF | |
| ReadVM | Read data to a VM from current position in BF | |
| ReadVV | Read data to a VV from current position in BF | |
| Seek | Moves file position | |
| SetDestroyStatus | Set the flag to delete the file on close | |
| WriteBinaryString | Write a binary string to a BF | |
| WriteBuff | Write data from memory into a BF stream | |
| WriteDataNull | Writes a null byte (0) to BF | |
| WriteDataString | Obsolete. Writes a string of bytes to BF | |
| WriteInt | Writes int to the BF | |
| WriteReal | Writes real to the BF | |
| WriteString | Obsolete. Writes string to the BF | |
| WriteVM | Writes VM to the BF | |
| WriteVV | Writes VV to the BF |