| Line 32... |
Line 32... |
| 32 |
|
32 |
|
| 33 |
Reading from a connection which does not supply a \code{gzip} magic
|
33 |
Reading from a connection which does not supply a \code{gzip} magic
|
| 34 |
header is equivalent to reading from the original connection if
|
34 |
header is equivalent to reading from the original connection if
|
| 35 |
\code{allowNonCompressed} is true, otherwise an error.
|
35 |
\code{allowNonCompressed} is true, otherwise an error.
|
| 36 |
|
36 |
|
| 37 |
Compressed output will contain embedded NUL bytes, and so \code{con}
|
37 |
Compressed output will contain embedded \abbr{NUL} bytes, and so \code{con}
|
| 38 |
is not permitted to be a \code{\link{textConnection}} opened with
|
38 |
is not permitted to be a \code{\link{textConnection}} opened with
|
| 39 |
\code{open = "w"}. Use a writable \code{\link{rawConnection}} to
|
39 |
\code{open = "w"}. Use a writable \code{\link{rawConnection}} to
|
| 40 |
compress data into a variable.
|
40 |
compress data into a variable.
|
| 41 |
|
41 |
|
| 42 |
The original connection becomes unusable: any object pointing to it will
|
42 |
The original connection becomes unusable: any object pointing to it will
|