Base interface for classes that can copy binary data.
interface
|
ICopyable
|
with
|
<in
T>
|
as
|
ICopyable<T>
|
base of
|
IDataStream
|
||||
ITextStream
|
Copies all remaining data in the given object to this object.
method
|
CopyFrom
(T stream)
|
||
params
|
stream
|
[not-null]
|
The object. |
Copies all remaining data in this object to the given object.
method
|
CopyTo
(T stream)
|
||
params
|
stream
|
[not-null]
|
The object. |