BlockAllocatedMemoryStreamWriteTo Method

Writes the entire stream into destination, regardless of Position, which remains unchanged.

Definition

Namespace: Gemstone.IO
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.181 -- Release Build+97279656b5a55675063a4190481e67c4f9809501
public void WriteTo(
	Stream destination
)

Parameters

destination  Stream
The stream onto which to write the current contents.

Exceptions

ObjectDisposedExceptionThe stream is closed.

See Also