Package pcap.api.internal
Interface Timestamp
- All Superinterfaces:
java.foreign.memory.Struct<Timestamp>
@Inclubating public interface Timestamp extends java.foreign.memory.Struct<Timestamp>
Wrapper for timestamp
- Author:
- Ardika Rommy Sanjaya
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimestamp.Impl -
Method Summary
Modifier and Type Method Description intmicroSecond()longsecond()default pcap.spi.Timestamptimestamp()
-
Method Details
-
second
long second() -
microSecond
int microSecond() -
timestamp
default pcap.spi.Timestamp timestamp()
-