Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / PacketManager Class
Members

In This Topic
    PacketManager Class
    In This Topic
    Efficiently manage the deserialization of log packets.
    Syntax
    'Declaration
     
    
    Public Class PacketManager 
       Inherits PacketManagerBase
    public class PacketManager : PacketManagerBase 
    Remarks
    The idea is that PacketManager will extract and deserialize a sequence of packets from an sequence of buffers. This class uses a double-buffering strategy that allows efficient reading of a file with a minimum of superfluous object allocation or memory copying.
    Inheritance Hierarchy

    System.Object
          Gibraltar.Serialization.PacketManager

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also