Class SImageIO
java.lang.Object
net.sourceforge.plantuml.security.SImageIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageInputStreamstatic ImageInputStreamstatic ImageInputStreamcreateImageInputStream(SFile file) static ImageOutputStreamstatic Iterator<ImageReader>static BufferedImageread(byte[] bytes) static BufferedImagestatic BufferedImageread(InputStream is) static BufferedImagestatic voidwrite(RenderedImage image, String format, OutputStream os) static voidwrite(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
-