C# 클래스 EpLibrary.cs.BinaryFile

A class for Binary File.
파일 보기 프로젝트 열기: juhgiyo/EpLibrary.cs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_baseBinaryLock Object
m_stream System.IO.MemoryStream

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AppendToFile ( String filename ) : bool

Append the binary to the given file

BinaryFile ( ) : System

Default Constructor

BinaryFile ( BinaryFile b ) : System

Default Copy Constructor

Dispose ( ) : void
GetStream ( ) : MemoryStream

Get the current stream

LoadFromFile ( String filename ) : bool

Load the list of the properties from the given file

SaveToFile ( String filename ) : bool

Save the binary to the given file

SetStream ( MemoryStream stream ) : void

Set the stream as given stream

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

메소드 상세

AppendToFile() 공개 메소드

Append the binary to the given file
public AppendToFile ( String filename ) : bool
filename String the name of the file to append
리턴 bool

BinaryFile() 공개 메소드

Default Constructor
public BinaryFile ( ) : System
리턴 System

BinaryFile() 공개 메소드

Default Copy Constructor
public BinaryFile ( BinaryFile b ) : System
b BinaryFile the object to copy from
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

GetStream() 공개 메소드

Get the current stream
public GetStream ( ) : MemoryStream
리턴 System.IO.MemoryStream

LoadFromFile() 공개 메소드

Load the list of the properties from the given file
public LoadFromFile ( String filename ) : bool
filename String the name of the file to load
리턴 bool

SaveToFile() 공개 메소드

Save the binary to the given file
public SaveToFile ( String filename ) : bool
filename String the name of the file to save
리턴 bool

SetStream() 공개 메소드

Set the stream as given stream
public SetStream ( MemoryStream stream ) : void
stream System.IO.MemoryStream the stream to set
리턴 void

프로퍼티 상세

m_baseBinaryLock 보호되어 있는 프로퍼티

lock
protected Object m_baseBinaryLock
리턴 Object

m_stream 보호되어 있는 프로퍼티

stream
protected MemoryStream,System.IO m_stream
리턴 System.IO.MemoryStream