Virtual PhotonicsThe CustomBinaryStreamWriter T type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CustomBinaryStreamWriter T (String, Action BinaryWriter, T ) | Initializes a new instance of the CustomBinaryStreamWriter T class | |
CustomBinaryStreamWriter T (String, ICustomBinaryWriter T ) |
Constructor
|
Methods
Name | Description | |
---|---|---|
Close |
Closes the filestream and writes the accompanying .xml
| |
Dispose |
Closes the file and writes the accompanying .xml
| |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write(IEnumerable T ) |
Writes an enumerable list of data points to the underlying filestream
| |
Write(T) |
Writes a single data point to the underlying filestream
|
Properties
Name | Description | |
---|---|---|
Count |
The number of items that have been written
| |
IsOpen |
Value to check if the file is open for writing
| |
PostWriteAction |
Optional code that will be run after the database has completed writing (on call to Close() or Dispose())
| |
PreWriteAction |
Optional code that will be run before the database begins writing (after call to Open())
|
See Also