| Line 30... |
Line 30... |
| 30 |
header is equivalent to reading from the original connection if
|
30 |
header is equivalent to reading from the original connection if
|
| 31 |
\code{allowNonCompressed} is true, otherwise an error.
|
31 |
\code{allowNonCompressed} is true, otherwise an error.
|
| 32 |
|
32 |
|
| 33 |
Compressed output will contain embedded NUL bytes, and so \code{con}
|
33 |
Compressed output will contain embedded NUL bytes, and so \code{con}
|
| 34 |
is not permitted to be a \code{\link{textConnection}} opened with
|
34 |
is not permitted to be a \code{\link{textConnection}} opened with
|
| 35 |
\code{open="w"}. Use a writable \code{\link{rawConnection}} to
|
35 |
\code{open = "w"}. Use a writable \code{\link{rawConnection}} to
|
| 36 |
compress data into a variable.
|
36 |
compress data into a variable.
|
| 37 |
|
37 |
|
| 38 |
The original connection becomes unusable: any object pointing to it will
|
38 |
The original connection becomes unusable: any object pointing to it will
|
| 39 |
now refer to the modified connection. For this reason, the new
|
39 |
now refer to the modified connection. For this reason, the new
|
| 40 |
connection needs to be closed explicitly.
|
40 |
connection needs to be closed explicitly.
|