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