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