public class DataAtOffset extends Object
| Constructor and Description |
|---|
DataAtOffset(byte[] data,
int offset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getDate()
Retrieve a date value.
|
Double |
getDouble()
Retrieve a double value.
|
Duration |
getDuration()
Retrieve a duration value.
|
UUID |
getGuid()
Retrieve a UUID value.
|
Long |
getLong()
Retrieve a long value.
|
Long |
getLongSix()
Retrieve a six byte long value.
|
Double |
getPercentage()
Retrieve a percentage value.
|
Integer |
getShort()
Retrieve a short value.
|
LocalTime |
getTime()
Retrieve a time value.
|
LocalDateTime |
getTimestamp()
Retrieve a timestamp value.
|
TimeUnit |
getTimeUnit()
Retrieve a time unit value.
|
TimeUnit |
getWorkTimeUnit()
Retrieve a work time unit value.
|
public DataAtOffset(byte[] data,
int offset)
data - bye arrayoffset - offset into byte arraypublic Integer getShort()
public TimeUnit getTimeUnit()
public Double getPercentage()
public LocalDate getDate()
public LocalTime getTime()
public TimeUnit getWorkTimeUnit()
public LocalDateTime getTimestamp()
public Long getLongSix()
public Long getLong()
public Double getDouble()
public Duration getDuration()
public UUID getGuid()
Copyright © 2000–2026 MPXJ. All rights reserved.