getLeafContent

open suspend fun getLeafContent(leaf: T): InputStream?

Returns the input stream with the leaf content. Some implementations may return null if this is not applicable.

Return

Input stream with the leaf content. May be null if this is not applicable.

Parameters

leaf

Leaf.