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.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
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.