C# Class QvxLib.QvxWriter

Exibir arquivo Open project: konne/QvxLib

Public Methods

Method Description
Add ( object item ) : void
AddRange ( IEnumerable items ) : void
Close ( ) : void
QvxWriter ( Type type, BinaryWriter bw ) : System
QvxWriter ( Type type, Dictionary overrideAttributes, BinaryWriter bw ) : System
QvxWriter ( Type type, Dictionary overrideAttributes, String FileName ) : System
QvxWriter ( Type type, String FileName ) : System

Private Methods

Method Description
QvxWriter ( QvxWriteCode qvxWriteCode, BinaryWriter bw ) : System

Method Details

Add() public method

public Add ( object item ) : void
item object
return void

AddRange() public method

public AddRange ( IEnumerable items ) : void
items IEnumerable
return void

Close() public method

public Close ( ) : void
return void

QvxWriter() public method

public QvxWriter ( Type type, BinaryWriter bw ) : System
type System.Type
bw System.IO.BinaryWriter
return System

QvxWriter() public method

public QvxWriter ( Type type, Dictionary overrideAttributes, BinaryWriter bw ) : System
type System.Type
overrideAttributes Dictionary
bw System.IO.BinaryWriter
return System

QvxWriter() public method

public QvxWriter ( Type type, Dictionary overrideAttributes, String FileName ) : System
type System.Type
overrideAttributes Dictionary
FileName String
return System

QvxWriter() public method

public QvxWriter ( Type type, String FileName ) : System
type System.Type
FileName String
return System