Gets the size of the compressed data. @return the size or -1 if unknown.
()
| 272 | * @return the size or -1 if unknown. |
| 273 | */ |
| 274 | public long getCompressedSize() |
| 275 | { |
| 276 | return compressedSize; |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * Sets the crc of the uncompressed data. |