public class Long extends abstractTiffType
| Constructor and Description |
|---|
Long(int value)
Instantiates a new long.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInternalValue()
Gets the internal value.
|
long |
getValue()
Gets the value.
|
void |
setValue(int value)
Sets the value.
|
String |
toString() |
containsMetadata, createMetadata, getTypeSize, isIFD, read, read, setIsIFD, setTypeSize, toByte, toInt, toUintgetContainer, setContainerpublic Long(int value)
value - the valueCopyright © 2015–2020. All rights reserved.