Class SvgDataSniffer
- java.lang.Object
-
- net.sf.jasperreports.renderers.util.SvgDataSniffer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SvgDataSniffer.SvgInfo
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SvgDataSniffer
getInstance(JasperReportsContext jasperReportsContext)
SvgDataSniffer.SvgInfo
getSvgInfo(byte[] data)
boolean
isSvgData(byte[] data)
-
-
-
Method Detail
-
getInstance
public static SvgDataSniffer getInstance(JasperReportsContext jasperReportsContext)
-
isSvgData
public boolean isSvgData(byte[] data)
-
getSvgInfo
public SvgDataSniffer.SvgInfo getSvgInfo(byte[] data)
-
-