SerializationReader.ReadBytesDirect 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.3.0.0 (5.3.0)
Syntaxpublic byte[] ReadBytesDirect(
int count
)
Public Function ReadBytesDirect (
count As Integer
) As Byte()
Parameters
- count
- Type: System.Int32
The number of bytes to read
Return Value
Type:
Byte[]A byte[] containing the read bytes
See Also