SetaPDF_Core_Canvas_StreamProxyInterface Interface of a StreamProxy

File: /SetaPDF v2/Core/Canvas/StreamProxyInterface.php

Implemented in

Implements

Summary

Methods

clear()

abstract public SetaPDF_Core_Canvas_StreamProxyInterface::clear (
void
): void

Clears the complete canvas content.

getStream()

abstract public SetaPDF_Core_Canvas_StreamProxyInterface::getStream (
[ bool $ignoreFaultyStreams = false ]
): string

Get the whole byte stream of the canvas.

Parameters
$ignoreFaultyStreams : bool
 

write()

abstract public SetaPDF_Core_WriteInterface::write (
string $bytes
): void

Writes bytes to the output.

Parameters
$bytes : string