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.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
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.