Module org.refcodes.io
Package org.refcodes.io
Interface TimeoutInputStreamAccessor.TimeoutInputStreamMutator
- All Known Subinterfaces:
TimeoutInputStreamAccessor.TimeoutInputStreamProperty
- Enclosing interface:
- TimeoutInputStreamAccessor
public static interface TimeoutInputStreamAccessor.TimeoutInputStreamMutator
Provides a mutator for an timeout input stream property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInputStream
(TimeoutInputStream aTimeoutInputStream) Sets the timeout input stream for the timeout input stream property.
-
Method Details
-
setInputStream
Sets the timeout input stream for the timeout input stream property.- Parameters:
aTimeoutInputStream
- The timeout input stream to be stored by the input stream property.
-