FileSystemItemWriteData Method |
Requests the contents of a file's primary data stream.
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override void WriteData(
Stream output,
long fileOffset,
int count,
int prefferedBufferAlignment
)
Parameters
- output
- Type: System.IOStream
The stream to write the data to. - fileOffset
- Type: SystemInt64
Offset of the requested data, in bytes, from the beginning of the file. - count
- Type: SystemInt32
Number of bytes of file data requested. - prefferedBufferAlignment
- Type: SystemInt32
The preffered buffer alignment.
See Also