Sets the size of the compressed data.
(long csize)
| 263 | * Sets the size of the compressed data. |
| 264 | */ |
| 265 | public void setCompressedSize(long csize) |
| 266 | { |
| 267 | this.compressedSize = csize; |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Gets the size of the compressed data. |
no outgoing calls
no test coverage detected