模块 mxlib.api

类 UnclosedOutputStream

    • 构造器详细资料

      • UnclosedOutputStream

        public UnclosedOutputStream​(@NotNull
                                    @NotNull OutputStream out)
        Creates an output stream filter built on top of the specified underlying output stream.
        参数:
        out - the underlying output stream to be assigned to the field this.out for later use, or null if this instance is to be created without an underlying stream.