All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pkts.Clock Maven / Gradle / Ivy

There is a newer version: 3.0.10
Show newest version
/**
 * 
 */
package io.pkts;

/**
 * The wall clock whose time is driven by the timestamps of the captured packets
 * in the pcap file.
 * 
 * @author [email protected]
 */
public interface Clock {

    long currentTimeMillis();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy