Package pcap.api.internal
Class Timestamp.Impl
java.lang.Object
pcap.api.internal.Timestamp.Impl
- All Implemented Interfaces:
pcap.spi.Timestamp
- Enclosing interface:
- Timestamp
public static class Timestamp.Impl
extends java.lang.Object
implements pcap.spi.Timestamp
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description intmicroSecond()longsecond()
-
Method Details
-
second
public long second()- Specified by:
secondin interfacepcap.spi.Timestamp
-
microSecond
public int microSecond()- Specified by:
microSecondin interfacepcap.spi.Timestamp
-