LumiSoft Net Help
WriteHeader Method (stream)
NamespacesLumiSoft.Net.IOSmartStreamWriteHeader(Stream)
Reads header from source stream and writes it to stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public void WriteHeader(
	Stream stream
)
Public Sub WriteHeader ( 
	stream As Stream
)
public:
void WriteHeader(
	Stream^ stream
)
member WriteHeader : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Stream from where to read header.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when stream is null.

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