接口 InputSupplier

    • 方法详细资料

      • get

        InputStream get()
        Return a input stream for read. Implementations should return a new, reproducible InputStream instance, when each time call this method.
        指定者:
        get 在接口中 Supplier<InputStream>