Click or drag to resize
UtilitiesReadEntireStream Method
Overload List
  NameDescription
Public methodStatic memberReadEntireStream(Stream)
Public methodStatic memberReadEntireStream(Stream, Byte)
Fills an array completely using the provided stream. Unlike a normal .Read(), this one will always fully fill the array unless the Stream throws.
Top
See Also