LumiSoft Net Help
WritePeriodTerminated Method (stream)
NamespacesLumiSoft.Net.IOSmartStreamWritePeriodTerminated(Stream)
Writes period handled and terminated data to this stream.
Declaration Syntax
C#Visual BasicVisual 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.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when stream is null.
LineSizeExceededExceptionIs raised when stream has too big line.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119