DataOutputWriteBytesOnly Method (Byte, UInt32, UInt32) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteBytesOnly(
byte[] bytes,
uint len,
uint offset
)
Public Sub WriteBytesOnly (
bytes As Byte(),
len As UInteger,
offset As UInteger
)
public:
void WriteBytesOnly(
array<unsigned char>^ bytes,
unsigned int len,
unsigned int offset
)
member WriteBytesOnly :
bytes : byte[] *
len : uint32 *
offset : uint32 -> unit
Parameters
- bytes
- Type: SystemByte
- len
- Type: SystemUInt32
- offset
- Type: SystemUInt32
See Also