public class SVGLoaderCacheIO
extends java.lang.Object
SVGLoaderCache and SVGLoaderPrebuilt
Do not forget to update the hash computation SVGLoaderCache if changing the format| Constructor and Description |
|---|
SVGLoaderCacheIO() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
readImageFile(byte [] bytes,
ImageLoader.Dimension2DDouble docSize) |
static void |
writeImageFile(java.nio.file.Path file,
java.awt.image.BufferedImage image,
ImageLoader.Dimension2DDouble size) |
public static java.awt.image.BufferedImage readImageFile(byte [] bytes,
ImageLoader.Dimension2DDouble docSize)
public static void writeImageFile(java.nio.file.Path file,
java.awt.image.BufferedImage image,
ImageLoader.Dimension2DDouble size)
throws java.io.IOException
java.io.IOException