C# (CSharp) Pchp.Library.Streams Namespace

Classes

Name Description
FileStreamWrapper Derived from StreamWrapper, this class provides access to the local filesystem files.
NativeStream An implementation of PhpStream as a simple encapsulation of a .NET System.IO.Stream class which is directly accessible via the RawStream property.
PhpFilter Base class for PHP stream filters.
PhpStream Abstraction of streaming behavior for PHP. PhpStreams are opened by StreamWrappers on a call to fopen().
SocketStream An implementation of PhpStream as an encapsulation of System.Net.Socket transports.
StatStruct
StreamContext Resource type used for associating additional options with stream wrappers.
StreamWrapper Abstract base class for PHP stream wrappers. Descendants define methods implementing fopen, stat, unlink, rename, opendir, mkdir and rmdir for different stream types.
TextElement Either string or byte[].
TextReadFilter Stream Filter used to convert \r\n to \n when reading a text file.
TextWriteFilter Stream Filter used to convert \n to \r\n when writing to a text file.