I need to write to a file data by chunks of bytes consequentially (in my Metro app) and there is a class FileIO
with methods AppendTextAsync
and WriteBytesAsync
but without needed AppendBytesAsync
so how can I append an array of bytes to a StorageFile
?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
This code seems to work for me: