| Package | Description |
|---|---|
| org.aoju.bus.core.io.resource |
针对ClassPath和文件中资源读取的封装
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathResource
ClassPath单一资源访问类
传入路径path必须为相对路径,如果传入绝对路径,Linux路径会去掉开头的“/”,而Windows路径会直接报错
传入的path所指向的资源必须存在,否则报错
|
Copyright © 2021. All rights reserved.