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 class  Timestamp.Impl  
  • Method Summary

    Modifier and Type Method Description
    int microSecond()  
    long second()  
    default pcap.spi.Timestamp timestamp()  

    Methods inherited from interface java.foreign.memory.Struct

    ptr