VPCustomBinaryStreamWriter T  MembersVirtual Photonics - VTS Library
Virtual Photonics

The CustomBinaryStreamWriter T  type exposes the following members.
Constructors

  NameDescription
Public methodCustomBinaryStreamWriter T (String, Action BinaryWriter, T )
Public methodCustomBinaryStreamWriter T (String, ICustomBinaryWriter T )
Constructor
Back to Top
Methods

  NameDescription
Public methodClose
Closes the filestream and writes the accompanying .xml
Public methodDispose
Closes the file and writes the accompanying .xml
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWrite(IEnumerable T )
Writes an enumerable list of data points to the underlying filestream
Public methodWrite(T)
Writes a single data point to the underlying filestream
Back to Top
Properties

  NameDescription
Public propertyCount
The number of items that have been written
Public propertyIsOpen
Value to check if the file is open for writing
Public propertyPostWriteAction
Optional code that will be run after the database has completed writing (on call to Close() or Dispose())
Public propertyPreWriteAction
Optional code that will be run before the database begins writing (after call to Open())
Back to Top
See Also