C# 클래스 QvxLib.QvxWriter

파일 보기 프로젝트 열기: konne/QvxLib

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
QvxWriter ( QvxWriteCode qvxWriteCode, BinaryWriter bw ) : System

메소드 상세

Add() 공개 메소드

public Add ( object item ) : void
item object
리턴 void

AddRange() 공개 메소드

public AddRange ( IEnumerable items ) : void
items IEnumerable
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

QvxWriter() 공개 메소드

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

QvxWriter() 공개 메소드

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

QvxWriter() 공개 메소드

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

QvxWriter() 공개 메소드

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