TeeOutputStream


Object Hierarchy:

VSGI.TeeOutputStream VSGI.TeeOutputStream VSGI.TeeOutputStream GLib.FilterOutputStream GLib.FilterOutputStream GLib.FilterOutputStream->VSGI.TeeOutputStream GLib.OutputStream GLib.OutputStream GLib.OutputStream->GLib.FilterOutputStream GLib.Object GLib.Object GLib.Object->GLib.OutputStream

Description:


[ Version ( since = "0.3" ) ]
public class TeeOutputStream : FilterOutputStream

Pipe data into a base and a tee streams, similarly to the UNIX 'tee' utility.

The base stream is always priviledged: it is always written and closed first. Also, The best is done to replicate the written data into the tee stream, erroring only if everything has been attempted. The tee operations are not cancellable.


Namespace: VSGI
Package: vsgi-0.3

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.FilterOutputStream