Gemstone Common Library
C#
VB
C++
JavaScript
Show/Hide TOC
Stream
Extensions
Read
Bytes Method
Overload List
ReadBytes(Stream)
Reads a byte array from a
Stream
. The number of bytes should be prefixed in the stream.
ReadBytes(Stream, Int32)
Reads a byte array from a
Stream
. The number of bytes should be prefixed in the stream.
See Also
Reference
StreamExtensions Class
Gemstone.IO.StreamExtensions Namespace
In This Article
Overload List
See Also