Class _IOUtils
java.lang.Object
net.thevpc.common.swing.util._IOUtils
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(InputStream in, OutputStream out, int bufferSize) static StringgetRelativePath(File parent, File son) static byte[]static StringloadStreamAsString(URL url) static PropertiesloadXMLProperties(File file) static voidstoreXMLProperties(File file, Properties p, String comments)
-
Constructor Details
-
_IOUtils
public _IOUtils()
-
-
Method Details
-
loadStreamAsString
-
loadStreamAsByteArray
-
copy
-
loadXMLProperties
-
storeXMLProperties
- Throws:
IOException
-
getRelativePath
-