Memory.ReadTable(Stream, Byte[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool ReadTable(System::IO::Stream ^ stream, cli::array <System::Byte> ^ data, int bytesToRead);
public static bool ReadTable (System.IO.Stream stream, byte[] data, int bytesToRead);
static member ReadTable : System.IO.Stream * byte[] * int -> bool
Parameters
- stream
- Stream
- data
- Byte[]
- bytesToRead
- Int32