Write to the stream
Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides Sub Write( _ ByVal data As Byte(), _ ByVal offset As Integer, _ ByVal count As Integer _ ) |
| C# |
|---|
| public override void Write( byte[] data, int offset, int count ) |
| C++ |
|---|
| public: virtual void Write( array<char>^ data, int offset, int count ) override |
| J# |
|---|
| public override void Write( byte[] data, int offset, int count ) |
| JScript |
|---|
| public override
function Write( data : Byte[], offset : int, count : int ) |
Parameters
- data
- data to write
- offset
- offset to start writing at
- count
- number of bytes to write