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

    Nested classes/interfaces inherited from interface pcap.spi.Timestamp

    pcap.spi.Timestamp.Precision, pcap.spi.Timestamp.Type
  • Method Summary

    Modifier and Type Method Description
    int microSecond()  
    long second()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • second

      public long second()
      Specified by:
      second in interface pcap.spi.Timestamp
    • microSecond

      public int microSecond()
      Specified by:
      microSecond in interface pcap.spi.Timestamp