类 ByteBufferOutputStream

    • 字段详细资料

    • 构造器详细资料

      • ByteBufferOutputStream

        public ByteBufferOutputStream​(@NotNull
                                      ByteBuffer buffer)
        Create OutputStream as buffer.
        参数:
        buffer - The buffer using
        抛出:
        IllegalArgumentException - If buffer is read only.