Property | Type | Description | |
---|---|---|---|
m_baseBinaryLock | Object | ||
m_stream |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
AppendToFile ( String filename ) : bool |
Append the binary to the given file
|
|
BinaryFile ( ) : System |
Default Constructor
|
|
BinaryFile ( |
Default Copy Constructor
|
|
Dispose ( ) : void | ||
GetStream ( ) : |
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 ( |
Set the stream as given stream
|
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void |
public AppendToFile ( String filename ) : bool | ||
filename | String | the name of the file to append |
return | bool |
public BinaryFile ( |
||
b | the object to copy from | |
return | System |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
public LoadFromFile ( String filename ) : bool | ||
filename | String | the name of the file to load |
return | bool |
public SaveToFile ( String filename ) : bool | ||
filename | String | the name of the file to save |
return | bool |
public SetStream ( |
||
stream | the stream to set | |
return | void |