Interface IFileWrite
ファイルの書き込みを行うモジュール
Namespace: Pixiv.VroidSdk.IO
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface IFileWrite
Methods
Save(String, Byte[])
ファイルを特定の場所に保存する
Declaration
void Save(string filePath, byte[] data)
Parameters
Type | Name | Description |
---|---|---|
String | filePath | 書き込むファイル名 |
Byte[] | data | 書き込むバイナリ |