Uses of Class
org.apache.commons.io.input.ObservableInputStream.Observer
-
Packages that use ObservableInputStream.Observer Package Description org.apache.commons.io.input This package provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of ObservableInputStream.Observer in org.apache.commons.io.input
Subclasses of ObservableInputStream.Observer in org.apache.commons.io.input Modifier and Type Class Description static class
MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
Maintains the message digest.Fields in org.apache.commons.io.input with type parameters of type ObservableInputStream.Observer Modifier and Type Field Description private java.util.List<ObservableInputStream.Observer>
ObservableInputStream. observers
Methods in org.apache.commons.io.input that return types with arguments of type ObservableInputStream.Observer Modifier and Type Method Description protected java.util.List<ObservableInputStream.Observer>
ObservableInputStream. getObservers()
Gets all currently registered observers.Methods in org.apache.commons.io.input with parameters of type ObservableInputStream.Observer Modifier and Type Method Description void
ObservableInputStream. add(ObservableInputStream.Observer pObserver)
Adds an Observer.void
ObservableInputStream. remove(ObservableInputStream.Observer pObserver)
Removes an Observer.
-