Class AutoCloseInputStream.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • get

        public AutoCloseInputStream get()
                                 throws java.io.IOException
        Constructs a new instance.

        This builder use the aspect InputStream.

        Returns:
        a new instance.
        Throws:
        java.io.IOException - if an I/O error occurs.
        java.lang.IllegalArgumentException - if the buffer is not large enough to hold a complete character.