| Method and Description |
|---|
| fr.opensagres.xdocreport.core.io.IOUtils.toByteArray(String)
Use
String.getBytes() |
| fr.opensagres.xdocreport.core.io.IOUtils.toString(byte[])
Use
String.String(byte[]) |
| fr.opensagres.xdocreport.core.io.IOUtils.toString(byte[], String)
Use
String.String(byte[],String) |
Copyright © 2019. All Rights Reserved.