Writes period handled and terminated data to this stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public long WritePeriodTerminated( Stream stream )
Public Function WritePeriodTerminated ( stream As Stream ) As Long
public: long long WritePeriodTerminated( Stream^ stream )
member WritePeriodTerminated : stream : Stream -> int64
Parameters
- stream (Stream)
- Source stream. Reading starts from stream current location.
Return Value
Int64
Returns number of bytes written to stream.
Returns number of bytes written to stream.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
ArgumentNullException | Is raised when stream is null. |
LineSizeExceededException | Is raised when stream has too big line. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119