PdfStream

data class PdfStream(val dict: PdfDictionary, val rawBytes: ByteArray) : PdfObject

A stream object: a dictionary describing the stream + the raw (still-encoded) bytes. Decoding is deferred until someone calls a filter on it.

Constructors

Link copied to clipboard
constructor(dict: PdfDictionary, rawBytes: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Resolve indirect refs against refs; non-refs return themselves.

Link copied to clipboard
open override fun toString(): String