Loupe - Log - Monitor - Resolve
Gibraltar Namespace / PipeStream Class
Members

In This Topic
    PipeStream Class
    In This Topic
    A derivative of a MemoryStream primarily for reading which provides additional methods to append data and periodically truncate (discard already-read data which won't be needed again). (Currently no safety locking!)
    Syntax
    'Declaration
     
    
    Public Class PipeStream 
       Inherits System.IO.MemoryStream
    public class PipeStream : System.IO.MemoryStream 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.IO.Stream
             System.IO.MemoryStream
                Gibraltar.PipeStream

    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