DataInputReadBytesOnly Method (UInt32) |
Read the given number of bytes from the stream.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic byte[] ReadBytesOnly(
uint len
)
Public Function ReadBytesOnly (
len As UInteger
) As Byte()
public:
array<unsigned char>^ ReadBytesOnly(
unsigned int len
)
member ReadBytesOnly :
len : uint32 -> byte[]
Parameters
- len
- Type: SystemUInt32
Number of bytes to read.
Return Value
Type:
Byte
See Also