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.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
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.