FileResourceControllerWriteAllBytes 方法
            写入数据到文件
            
命名空间: TouchSocket.Dmtp.FileTransfer程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public virtual void WriteAllBytes(
	string path,
	byte[] buffer,
	int offset,
	int length
)
Public Overridable Sub WriteAllBytes ( 
	path As String,
	buffer As Byte(),
	offset As Integer,
	length As Integer
)
abstract WriteAllBytes : 
        path : string * 
        buffer : byte[] * 
        offset : int * 
        length : int -> unit 
override WriteAllBytes : 
        path : string * 
        buffer : byte[] * 
        offset : int * 
        length : int -> unit 
- path  String
 - 文件路径
 - buffer  Byte
 - 包含要写入的数据的字节数组
 - offset  Int32
 - 字节数组中要开始写入数据的索引
 - length  Int32
 - 要写入的字节数
 
IFileResourceControllerWriteAllBytes(String, Byte, Int32, Int32)