toggle menu
kim
49950f1
common
switch theme
search in API
kim
/
com.ashampoo.kim.format.tiff.taginfo
/
TagInfoLongs
Tag
Info
Longs
class
TagInfoLongs
:
TagInfo
Members
Constructors
Tag
Info
Longs
Link copied to clipboard
constructor
(
tag
:
Int
,
name
:
String
,
length
:
Int
,
directoryType
:
TiffDirectoryType
?
)
constructor
(
tag
:
Int
,
name
:
String
,
length
:
Int
,
directoryType
:
TiffDirectoryType
?
,
isOffset
:
Boolean
)
Properties
description
Link copied to clipboard
val
description
:
String
directory
Type
Link copied to clipboard
val
directoryType
:
TiffDirectoryType
?
field
Type
Link copied to clipboard
val
fieldType
:
FieldType
<
out
Any
>
is
Offset
Link copied to clipboard
val
isOffset
:
Boolean
=
false
length
Link copied to clipboard
val
length
:
Int
name
Link copied to clipboard
val
name
:
String
tag
Link copied to clipboard
val
tag
:
Int
tag
Formatted
Link copied to clipboard
val
tagFormatted
:
String
Return a proper Tag ID like 0x0100
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
is
Text
Link copied to clipboard
open
fun
isText
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String