C# Class QvxLib.QvxWriter

Afficher le fichier Open project: konne/QvxLib

Méthodes publiques

Méthode 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

Méthode Description
QvxWriter ( QvxWriteCode qvxWriteCode, BinaryWriter bw ) : System

Method Details

Add() public méthode

public Add ( object item ) : void
item object
Résultat void

AddRange() public méthode

public AddRange ( IEnumerable items ) : void
items IEnumerable
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

QvxWriter() public méthode

public QvxWriter ( Type type, BinaryWriter bw ) : System
type System.Type
bw System.IO.BinaryWriter
Résultat System

QvxWriter() public méthode

public QvxWriter ( Type type, Dictionary overrideAttributes, BinaryWriter bw ) : System
type System.Type
overrideAttributes Dictionary
bw System.IO.BinaryWriter
Résultat System

QvxWriter() public méthode

public QvxWriter ( Type type, Dictionary overrideAttributes, String FileName ) : System
type System.Type
overrideAttributes Dictionary
FileName String
Résultat System

QvxWriter() public méthode

public QvxWriter ( Type type, String FileName ) : System
type System.Type
FileName String
Résultat System