Reads specified number of bytes from source stream and writes to the specified stream.
Declaration Syntax
C# | Visual Basic | Visual 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
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
ArgumentNullException | Is raised when storeStream is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119