DataInputReadBytesOnly Method (Byte, Int32, Int32) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void ReadBytesOnly(
byte[] buffer,
int offset,
int count
)
Public Sub ReadBytesOnly (
buffer As Byte(),
offset As Integer,
count As Integer
)
public:
void ReadBytesOnly(
array<unsigned char>^ buffer,
int offset,
int count
)
member ReadBytesOnly :
buffer : byte[] *
offset : int *
count : int -> unit
Parameters
- buffer
- Type: SystemByte
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
See Also