Base interface for classes that support read access and/or write access.
interface
|
ICanReadWrite
|
base of
|
BlockIndexBase
|
||
BlockStorage
|
|||||
IDataStream
|
|||||
IFile
|
|||||
ITextStream
|
Does this object support read access?
property
|
CanRead
{
get
}
|
||
type
|
bool
|
||
value
|
true
if
this
object
supports
reading,
false
if
not. |
Does this binary object support write access?
property
|
CanWrite
{
get
}
|
||
type
|
bool
|
||
value
|
true
if
this
object
supports
writing,
false
if
not. |