LumiSoft Net Help
ReadFixedCount Method (storeStream, count)
NamespacesLumiSoft.Net.IOSmartStreamReadFixedCount(Stream, Int64)
Reads specified number of bytes from source stream and writes to the specified stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public void ReadFixedCount(
	Stream storeStream,
	long count
)
Public Sub ReadFixedCount ( 
	storeStream As Stream,
	count As Long
)
public:
void ReadFixedCount(
	Stream^ storeStream, 
	long long count
)
member ReadFixedCount : 
        storeStream : Stream * 
        count : int64 -> unit 
Parameters
storeStream (Stream)
Stream where to store readed data.
count (Int64)
Number of bytes to read.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when storeStream is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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