write Function

external fun write(stream: OutputStream, packed: Boolean)

Writes the page to a stream in the SDK’s own format.

Parameters

  • stream — where to write
  • packed — true to compress the output

Throws

Top