Click or drag to resize

StreamExtensionsReadBytes Method

Overload List
  Name Description
Public Extension Method ReadBytes(Stream) Reads a byte array from a Stream. The number of bytes should be prefixed in the stream.
Public Extension Method ReadBytes(Stream, Int32) Reads a byte array from a Stream. The number of bytes should be prefixed in the stream.
Top
See Also