korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
ISOBMFF
/
StreamParser
Stream
Parser
class
StreamParser
(
val
props
:
ImageDecodingProps
)
Members
Constructors
Stream
Parser
Link copied to clipboard
constructor
(
props
:
ImageDecodingProps
)
Properties
debug
Link copied to clipboard
val
debug
:
Boolean
info
Link copied to clipboard
var
info
:
ImageInfo
items
Link copied to clipboard
val
items
:
IntMap
<
ISOBMFF.ItemInfo
>
props
Link copied to clipboard
val
props
:
ImageDecodingProps
Functions
check
Exif
Link copied to clipboard
suspend
fun
checkExif
(
blockStream
:
AsyncStream
)
:
Boolean
decode
Link copied to clipboard
suspend
fun
decode
(
s
:
AsyncStream
)