Overload | Description |
---|---|
CopyTo(OracleLob) | Copies data from this OracleLob to a destination OracleLob. |
CopyTo(OracleLob,Int64) | Copies data from this OracleLob to a destination OracleLob with the specified destination offset. |
CopyTo(Int64,OracleLob,Int64,Int64) | Copies data from this OracleLob to a destination OracleLob with the specified amount of data, source offset and destination offset. |
CopyTo(Stream) | Reads the bytes from the current stream and writes them to another stream. (Inherited from System.IO.Stream) |
CopyTo(Stream,Int32) | Reads the bytes from the current stream and writes them to another stream, using a specified buffer size. (Inherited from System.IO.Stream) |