HeifContextWriteToStream Method

Writes this instance to the specified stream.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void WriteToStream(
	Stream stream
)

Parameters

stream  Stream
The stream.

Exceptions

ArgumentNullExceptionstream is null.
ArgumentExceptionstream must support writing.
HeifExceptionA LibHeif error occurred.
IOExceptionAn I/O error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also