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

In This Topic
    PacketManagerBase Class
    In This Topic
    Efficiently manage the deserialization of log packets from a sequence of buffers.
    Syntax
    'Declaration
     
    
    Public MustInherit Class PacketManagerBase 
    public abstract class PacketManagerBase 
    Remarks
    Gibraltar session files are large and complex. Reading them fast is important to user satisfaction -- particularly the time to open a session in Gibraltar Analyst. Sessions are read from a stream in a series of buffers. Each buffer contains some number of packets. This base class provides common infrastructure to support higher-level concrete classes to support synchronous and asynchronous reading of buffers.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Serialization.PacketManagerBase

    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