Module org.refcodes.mixin
Package org.refcodes.mixin
Interface InputStreamAccessor.InputStreamMutator
-
- All Known Subinterfaces:
InputStreamAccessor.InputStreamProperty
- Enclosing interface:
- InputStreamAccessor
public static interface InputStreamAccessor.InputStreamMutator
Provides a mutator for an input stream property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setInputStream(InputStream aInputStream)
Sets the input stream for the input stream property.
-
-
-
Method Detail
-
setInputStream
void setInputStream(InputStream aInputStream)
Sets the input stream for the input stream property.- Parameters:
aInputStream
- The input stream to be stored by the input stream property.
-
-