Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
Read()()()
Reads characters from the underlying stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream.
(Inherited from BinaryReader.)
Read(array<Char>[]()[], Int32, Int32)
Reads count characters from the stream with index as the starting point in the character array.
(Inherited from BinaryReader.)
Read(array<Byte>[]()[], Int32, Int32)
Reads count bytes from the stream with index as the starting point in the byte array.
(Inherited from BinaryReader.)

See Also