File: GFilterInputStream.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (33 lines) | stat: -rw-r--r-- 1,145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\alias{GFilterInputStream}
\name{GFilterInputStream}
\title{GFilterInputStream}
\description{Filter Input Stream}
\section{Methods and Functions}{
\code{\link{gFilterInputStreamGetBaseStream}(object)}\cr
\code{\link{gFilterInputStreamGetCloseBaseStream}(object)}\cr
\code{\link{gFilterInputStreamSetCloseBaseStream}(object, close.base)}\cr

}
\section{Hierarchy}{\preformatted{GObject
   +----GInputStream
         +----GFilterInputStream
               +----GBufferedInputStream}}
\section{Structures}{\describe{\item{\verb{GFilterInputStream}}{
A base class for all input streams that work on an underlying stream.

}}}
\section{Properties}{\describe{
\item{\verb{base-stream} [\code{\link{GInputStream}} : *         : Read / Write / Construct Only]}{

The underlying base stream on which the io ops will be done.

}
\item{\verb{close-base-stream} [logical : Read / Write / Construct Only]}{

If the base stream should be closed when the filter stream is closed.  Default value: TRUE

}
}}
\references{\url{https://developer.gnome.org/gio/stable/GFilterInputStream.html}}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}