Click or drag to resize
SbNativeArrayTRead Method
Overload List
  NameDescription
Public methodRead
Read one element from current stream position and advances the position within the stream by 1.
Public methodRead(NullableT)
Read one element from current stream position and advances the position within the stream by 1.
Public methodRead(Byte, Int32, Int32)
Reads the specified number of bytes into the specified array and advances the position within the stream by the number of bytes read.
(Overrides StreamRead(Byte, Int32, Int32).)
Top
See Also