Package org.refcodes.io
Interface InputStreamAccessor
-
- All Known Subinterfaces:
InputStreamAccessor.InputStreamProperty,InputStreamStringBuilder
- All Known Implementing Classes:
InputStreamStringBuilderImpl
public interface InputStreamAccessorProvides an accessor for a Input-Stream property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceInputStreamAccessor.InputStreamBuilder<B extends InputStreamAccessor.InputStreamBuilder<B>>Provides a builder method for a Input-Stream property returning the builder for applying multiple build operations.static interfaceInputStreamAccessor.InputStreamMutatorProvides a mutator for a Input-Stream property.static interfaceInputStreamAccessor.InputStreamPropertyProvides a Input-Stream property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamgetInputStream()Retrieves theInputStreamfrom the Input-Stream property.
-