Class SImageIO
java.lang.Object
net.sourceforge.plantuml.security.SImageIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageInputStream
static ImageInputStream
static ImageInputStream
createImageInputStream
(SFile file) static ImageOutputStream
static Iterator<ImageReader>
static Iterator<ImageWriter>
getImageWritersBySuffix
(String string) static BufferedImage
read
(byte[] bytes) static BufferedImage
static BufferedImage
read
(InputStream is) static BufferedImage
static void
write
(RenderedImage image, String format, OutputStream os) static void
write
(RenderedImage image, String format, SFile file)
-
Constructor Details
-
SImageIO
public SImageIO()
-
-
Method Details
-
createImageOutputStream
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
createImageInputStream
- Throws:
IOException
-
createImageInputStream
- Throws:
IOException
-
createImageInputStream
- Throws:
IOException
-
getImageReaders
-
getImageWritersBySuffix
-