DataOutput.WriteBytes Method (Byte[], Int32) |
Write a given length of bytes to the DataOutput.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteBytes(
byte[] bytes,
int len
)
Public Sub WriteBytes (
bytes As Byte(),
len As Integer
)
public:
void WriteBytes(
array<unsigned char>^ bytes,
int len
)
member WriteBytes :
bytes : byte[] *
len : int -> unit
Parameters
- bytes
- Type:System.Byte[]
The array of bytes to write. - len
- Type: System.Int32
The number of bytes from the start of array to write.
See Also