ITransferable

Description

interface Tinman.Core.IO.Streams.ITransferable
<T in : ITransferable<T>>

Extended by

IDataStream
ITextStream

Base interface for classes that can copy stream data.

Public / Methods

Copy​From


public method CopyFrom → (1)

stream in : T

[not-null]
The object.

Copies all remaining data in the given object to this object.

IOException

If an I/O error has occurred.

Copy​To


public method CopyTo → (1)

stream in : T

[not-null]
The object.

Copies all remaining data in this object to the given object.

IOException

If an I/O error has occurred.