Read a complete primitive array

Overload List

  Name Description
Public method Read (Boolean)  
Public method Read (Boolean, Int32, Int32)  
Public method Read (Byte) Read a complete primitive array
Public method Read (Char)  
Public method Read (Char, Int32, Int32)  
Public method Read (Double)  
Public method Read (Double, Int32, Int32)  
Public method Read (Int16)  
Public method Read (Int16, Int32, Int32)  
Public method Read (Int32)  
Public method Read (Int32, Int32, Int32)  
Public method Read (Int64)  
Public method Read (Int64, Int32, Int32)  
Public method Read (SByte)  
Public method Read (SByte, Int32, Int32) Read a segment of a primitive array.
Public method Read (Single)  
Public method Read (Single, Int32, Int32)  
Public method Read (Byte, Int32, Int32) When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (inherited from Stream)

See Also