InterprocessCacheLoadFileData Method
Handles deserialization of file from disk; virtual method allows customization (e.g., pre-load decryption and/or data merge).
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
Protected Overridable Function LoadFileData (
fileStream As FileStream
) As Byte()
function LoadFileData(fileStream);
- fileStream FileStream
- FileStream used to deserialize data.
ByteDeserialized file data.
Consumers overriding this method should not directly call
FileData property to avoid potential dead-locks.