de.mediathekview.mlib.tool.InputStreamProgressMonitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of MLib Show documentation
Show all versions of MLib Show documentation
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