Class UncheckedFilterInputStream.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • get

        public UncheckedFilterInputStream get()
        Constructs a new instance.

        This builder use the aspect InputStream and OpenOption[].

        You must provide an origin that can be converted to an InputStream by this builder, otherwise, this call will throw an UnsupportedOperationException.

        Returns:
        a new instance.
        Throws:
        java.lang.UnsupportedOperationException - if the origin cannot provide an InputStream.
        See Also:
        AbstractStreamBuilder.getInputStream()