public class J2kImageHandler extends Object
Copyright (c) 2020-2024 xsx All Rights Reserved. x-easypdf-pdfbox is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.
Constructor and Description |
---|
J2kImageHandler() |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
parse(InputStream inputStream)
解析
|
static void |
parse(InputStream inputStream,
OutputStream outputStream,
ImageType outputType)
解析
|
public static BufferedImage parse(InputStream inputStream)
inputStream
- 输入流public static void parse(InputStream inputStream, OutputStream outputStream, ImageType outputType)
inputStream
- 输入流outputStream
- 输出流outputType
- 图像类型Copyright © 2025. All rights reserved.