Method Write
Write(Byte[])
Declaration
void Write(byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buffer |
Write(Byte[], Int32, Int32)
Declaration
void Write(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buffer | |
System.Int32 | offset | |
System.Int32 | count |
Write(Int32)
Declaration
void Write(int oneByte)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | oneByte |