类 ProgressiveJPEGBuilder
java.lang.Object
cool.scx.util.image.ProgressiveJPEGBuilder
- 所有已实现的接口:
OutputStreamSource
将图片转换为 渐进式 JPEG
-
构造器概要
构造器构造器说明ProgressiveJPEGBuilder(byte[] bytes) ProgressiveJPEGBuilder(InputStream inputStream) ProgressiveJPEGBuilder(Path path) ProgressiveJPEGBuilder(Supplier<byte[]> bytesSupplier) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.scx.util.io_stream_source.OutputStreamSource
toBytes, toFile
-
构造器详细资料
-
ProgressiveJPEGBuilder
- 抛出:
IOException
-
ProgressiveJPEGBuilder
- 抛出:
IOException
-
ProgressiveJPEGBuilder
- 抛出:
IOException
-
ProgressiveJPEGBuilder
- 抛出:
IOException
-
ProgressiveJPEGBuilder
- 抛出:
IOException
-
-
方法详细资料
-
getImageWriter
getImageWriter.
- 参数:
formatName- aStringobject- 返回:
- a
ImageWriterobject
-
writeToOutputStream
从接口复制的说明:OutputStreamSource写入到指定输出流- 指定者:
writeToOutputStream在接口中OutputStreamSource- 参数:
out- 输出流- 抛出:
IOException- e
-