In This Topic
Reads a sequence of bytes from the current
OracleLob stream and advances the position within the stream by the number of bytes read.
Overload List
Overload | Description |
Read(Byte[],Int32,Int32) | Reads a sequence of bytes from the current OracleLob stream and advances the position within the stream by the number of bytes read. |
Read(Char[],Int32,Int32) | Reads a sequence of characters from the current OracleLob stream and advances the position within the stream by the number of bytes read. |
See Also