模块 mxlib.api

类 ByteInputStream

    • 构造器详细资料

      • ByteInputStream

        public ByteInputStream​(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.