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
|
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | 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