Version

Search Results

Tabulation Field

Defines a tabulation value. Syntax

FileBuffer Class

Represents a temporary file storage. Syntax

FileBuffer Class Members

Public Constructors Public Methods

FileBuffer Class Methods

Public Methods

Close Method (FileBuffer)

Closes the file storage. Syntax

GetReader Method

Creates a new reader. Syntax Parameters marker Marker. Return Value An object that implements the IReader interface.

GetWriter Method

Creates a new writer. Syntax Return Value An object that implements the IWriter interface.

FileBuffer Constructor(FileStream)

Creates a new FileBuffer instance based on a FileStream Syntax Parameters fs the FileStream

FileBuffer Constructor(String)

Initializes a new instance of the FileBuffer class. Syntax Parameters fileName Full file path including the name of the file.

FileBuffer Constructor

Overload List