模块 mxlib.api

类 UnclosedInputStream

    • 构造器详细资料

      • UnclosedInputStream

        public UnclosedInputStream​(InputStream in)
        Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
        参数:
        in - the underlying input stream, or null if this instance is to be created without an underlying stream.