LoadData Method
Summary
Loads a buffer representing a file located on a disk.
Syntax
public override byte[] LoadData()
Public Overrides Function LoadData() As Byte()
public:
array<byte>^ LoadData(); override
Return Value
An output buffer representing the file.