类 CodeFileUtils
java.lang.Object
cloud.opencode.base.util.CodeFileUtils
- 版本:
- v1.0.0
- 作者:
- Jon So, e-mail: ijonso123@gmail.com url: Jon's blog url: project github
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]Read files from the resource directory as byte arraysstatic InputStreamRead a file from a resource directory as a file stream
-
构造器详细资料
-
CodeFileUtils
private CodeFileUtils()
-
-
方法详细资料
-
getBytes
Read files from the resource directory as byte arrays- 参数:
path-- 返回:
- byte[]
- 抛出:
IOException
-
getStream
Read a file from a resource directory as a file stream- 参数:
path-- 返回:
- stream
- 抛出:
IOException
-