Interface InputStreamAccessor

All Known Subinterfaces:
InputStreamAccessor.InputStreamProperty

public interface InputStreamAccessor
Provides an accessor for an input stream property.
  • Method Details

    • getInputStream

      InputStream getInputStream()
      Retrieves the input stream from the input stream property.
      Returns:
      The input stream stored by the input stream property.