Click or drag to resize
CRA Class
The RA class is used to access ASCII files sequentially or by line number. The files are opened in read-only mode, so no write operations are defined
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CRA : CHANDLE

The CRA type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
Creates RA
Public methodAvailable to anyoneStatic memberCreateSBF
Creates RA on an SBF
Protected methodDispose
Releases the unmanaged resources used by the CRA and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneIiGets
Get next full line from RA
Public methodAvailable to anyoneiLen
Returns the total number of lines in RA
Public methodAvailable to anyoneiLine
Returns current line #, 0 is the first
Public methodAvailable to anyoneiSeek
Position next read to specified line #
Top
See Also