DataOutput.WriteBytesOnly Method (Byte[], UInt32) |
Write a given length of bytes without its length to the
DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: 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:System.Byte[]
The array of bytes to write. - len
- Type: System.UInt32
The number of bytes from the start of array to write.
See Also