CanReadWriteBase

Description

abstract class Tinman.Core.IO.CanReadWriteBase

Derived from

Disposable abstract
ICanReadWrite
IPathInfo

Extended by

JsonStream abstract
XmlStream abstract

Abstract base class for ICanReadWrite and IPathInfo implementations.

Protected / Constructors

Can​Read​Write​Base


protected constructor CanReadWriteBase → (2)

Creates a new instance of CanReadWriteBase.

Protected / Attributes

path


protected attribute path → (Path)

The value returned by IPathInfo.PathInfo.

read


protected attribute read → (bool)

The value returned by ICanReadWrite.CanRead and ICanWrite.CanWrite (inverted).