Uses of Class
org.apache.commons.io.input.ObservableInputStream.Observer
Packages that use ObservableInputStream.Observer
-
Uses of ObservableInputStream.Observer in org.apache.commons.io.input
Subclasses of ObservableInputStream.Observer in org.apache.commons.io.inputModifier and TypeClassDescriptionstatic class
Deprecated.Maintains the message digest.static class
Maintains the message digest.class
An observer with timestamps.Methods in org.apache.commons.io.input that return types with arguments of type ObservableInputStream.ObserverModifier and TypeMethodDescriptionObservableInputStream.getObservers()
Gets a copy of currently registered observers.Methods in org.apache.commons.io.input with parameters of type ObservableInputStream.ObserverModifier and TypeMethodDescriptionvoid
ObservableInputStream.add
(ObservableInputStream.Observer observer) Adds an Observer.void
ObservableInputStream.remove
(ObservableInputStream.Observer observer) Removes an Observer.Method parameters in org.apache.commons.io.input with type arguments of type ObservableInputStream.ObserverModifier and TypeMethodDescriptionvoid
ObservableInputStream.AbstractBuilder.setObservers
(List<ObservableInputStream.Observer> observers) Sets the list of observer callbacks.Constructors in org.apache.commons.io.input with parameters of type ObservableInputStream.ObserverModifierConstructorDescriptionObservableInputStream
(InputStream inputStream, ObservableInputStream.Observer... observers) Constructs a new ObservableInputStream for the given InputStream.