DataInputReadBytes Method |
Read an array of bytes from the stream reading the length
from the stream first.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic byte[] ReadBytes()
Public Function ReadBytes As Byte()
public:
array<unsigned char>^ ReadBytes()
member ReadBytes : unit -> byte[]
Return Value
Type:
Byte
See Also