reads length bytes into the passed in byte array from stream
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void Read(
byte[] bytes
)
Public Sub Read (
bytes As Byte()
)
public:
void Read(
array<unsigned char>^ bytes
)
member Read :
bytes : byte[] -> unit
Parameters
- bytes
- Type: SystemByte
byte array
See Also