Writes sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public override void Write( byte[] buffer, int offset, int count )
Public Overrides Sub Write ( buffer As Byte(), offset As Integer, count As Integer )
public: virtual void Write( array<unsigned char>^ buffer, int offset, int count ) override
abstract Write : buffer : byte[] * offset : int * count : int -> unit override Write : buffer : byte[] * offset : int * count : int -> unit
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Is raised when this method is accessed. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119