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

de.mediathekview.mlib.tool.InputStreamProgressMonitor Maven / Gradle / Ivy

Go to download

A central library with tools and utils for the MediathekView Client and the MediathekView Server

The newest version!
package de.mediathekview.mlib.tool;

/**
 * User: Christian F.
 * Date: 15.06.16
 * Time: 14:05
 */
public interface InputStreamProgressMonitor {
    void progress(long bytesRead, long size);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy