SerializationReaderReadBytesDirect Method |
Reads the specified number of bytes directly from the stream.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public byte[] ReadBytesDirect(
int count
)
Public Function ReadBytesDirect (
count As Integer
) As Byte()
Parameters
- count
- Type: SystemInt32
The number of bytes to read
Return Value
Type:
ByteA byte[] containing the read bytes
See Also