load Function

fun load(stream: InputStream): ScanPicture

Loads a page from a stream written by ScanPicture.write.

Return

the loaded page

Parameters

  • stream — the stream to read the page from

Throws

Top