1.均采用流的方式获取里面的内容
assets
context.getAssets().open(“fileName”);
raw
InputStream inputStream = context.getResources().openRawResource(R.raw.config);
原文地址:https://www.cnblogs.com/hechangshou/p/8144874.html
时间: 2024-10-08 04:06:47
1.均采用流的方式获取里面的内容
assets
context.getAssets().open(“fileName”);
raw
InputStream inputStream = context.getResources().openRawResource(R.raw.config);
原文地址:https://www.cnblogs.com/hechangshou/p/8144874.html