0

このコードを使用してファイルを開きました

Context context = ...;
AssetManager assManager = context.getAssets();
InputStream is = assManager.open("test.crt");

しかし、そのファイルを使用してファイル入力ストリームに書き込みたい

InputStream caInput = new BufferedInputStream(new FileInputStream("test.crt"));

助けてくれてありがとう

4

1 に答える 1