toggle menu
kim
49950f1
common
switch theme
search in API
kim
/
com.ashampoo.kim.format.png
/
PngChunkType
Png
Chunk
Type
data
class
PngChunkType
(
val
bytes
:
ByteArray
,
val
name
:
String
,
val
intValue
:
Int
)
Type of a PNG chunk.
See also
Portable Network Graphics Specification - Chunk specifications
Members
Constructors
Png
Chunk
Type
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
name
:
String
,
intValue
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
int
Value
Link copied to clipboard
val
intValue
:
Int
name
Link copied to clipboard
val
name
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String