TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface ICanReadWrite in Tinman.Core.IO

Base interface for classes that support read access and/or write access.

interface ICanReadWrite base of BlockIndexBase
  BlockStorage
  IDataStream
  IFile
  ITextStream

Attributes

CanRead

Does this object support read access?

property CanRead { get }
type bool
value true if this object supports reading, false if not.

CanWrite

Does this binary object support write access?

property CanWrite { get }
type bool
value true if this object supports writing, false if not.