~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/GFilterOutputStream.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{GFilterOutputStream}
 
2
\name{GFilterOutputStream}
 
3
\title{GFilterOutputStream}
 
4
\description{Filter Output Stream}
 
5
\section{Methods and Functions}{
 
6
\code{\link{gFilterOutputStreamGetBaseStream}(object)}\cr
 
7
\code{\link{gFilterOutputStreamGetCloseBaseStream}(object)}\cr
 
8
\code{\link{gFilterOutputStreamSetCloseBaseStream}(object, close.base)}\cr
 
9
 
 
10
}
 
11
\section{Hierarchy}{\preformatted{GObject
 
12
   +----GOutputStream
 
13
         +----GFilterOutputStream
 
14
               +----GBufferedOutputStream
 
15
               +----GDataOutputStream}}
 
16
\section{Structures}{\describe{\item{\verb{GFilterOutputStream}}{
 
17
A base class for all output streams that work on an underlying stream.
 
18
 
 
19
}}}
 
20
\section{Properties}{\describe{
 
21
\item{\verb{base-stream} [\code{\link{GOutputStream}} : *        : Read / Write / Construct Only]}{
 
22
 
 
23
The underlying base stream on which the io ops will be done.
 
24
 
 
25
}
 
26
\item{\verb{close-base-stream} [logical : Read / Write / Construct Only]}{
 
27
 
 
28
If the base stream should be closed when the filter stream is closed.  Default value: TRUE
 
29
 
 
30
}
 
31
}}
 
32
\references{\url{http://library.gnome.org/devel//gio/GFilterOutputStream.html}}
 
33
\author{Derived by RGtkGen from GTK+ documentation}
 
34
\keyword{internal}