Package org.bgerp.util
Class IOUtils
java.lang.Object
org.bgerp.util.IOUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IOUtils
public IOUtils()
-
-
Method Details
-
read
Reads byte array out of file withpathcase if exists, otherwise treatspathas Java resource and reads it.- Parameters:
path- file path or Java resource identifier, examples:/org/bgerp/util/SomeFile.dataor/tmp/SomeFile.data.- Returns:
- Throws:
IOException
-