Class EncryptionFileWrite
Implements
Inherited Members
Namespace: VRoidSDK.IO
Assembly: VRoidSDK.dll
Syntax
public class EncryptionFileWrite : IFileWrite
Constructors
EncryptionFileWrite(String)
コンストラクタ
Declaration
public EncryptionFileWrite(string password)
Parameters
Type | Name | Description |
---|---|---|
String | password |
Methods
Save(String, Byte[])
ファイルを特定の場所に保存する
Declaration
public void Save(string filePath, byte[] data)
Parameters
Type | Name | Description |
---|---|---|
String | filePath | 書き込む絶対ファイルパス |
Byte[] | data | 書き込むバイナリ |