Package org.esa.snap.core.util.io
Interface InputStreamObserver
-
- All Known Implementing Classes:
ProgressMonitorInputStreamObserver
public interface InputStreamObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisReadingCanceled()voidonReadEnded()voidonReadProgress(long numBytesRead)voidonReadStarted(long numBytesTotal)
-