DataOutputWriteBytesOnly Method (Byte) |
Write an array 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
)
Public Sub WriteBytesOnly (
bytes As Byte()
)
public:
void WriteBytesOnly(
array<unsigned char>^ bytes
)
member WriteBytesOnly :
bytes : byte[] -> unit
Parameters
- bytes
- Type: SystemByte
The array of bytes to write.
See Also