korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-compression
/
korlibs.compression.lzo
/
LzoRawDecompressor
/
MalformedInputException
Malformed
Input
Exception
class
MalformedInputException
(
val
index
:
Int
,
message
:
String
=
"Malformed input exception at "
)
:
Exception
Members
Constructors
Malformed
Input
Exception
Link copied to clipboard
constructor
(
index
:
Int
,
message
:
String
=
"Malformed input exception at "
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
index
Link copied to clipboard
val
index
:
Int
message
Link copied to clipboard
expect
open
val
message
:
String
?