MemoryStream.writeTo

Overview | Methods | This Package | All Packages

MemoryStream.writeTo

Writes the contents of this stream to the specified output stream argument.

Syntax

public void writeTo( IByteStream stream )

public void writeTo( IStream stream )

Parameters

stream

The stream to write to.