length in bytes, if known. Null if unknown or greater than Integer#MAX_VALUE. Note This is an integer as most implementations cannot do bodies greater than 2GB.
()
| 258 | * This is an integer as most implementations cannot do bodies greater than 2GB. |
| 259 | */ |
| 260 | Integer length(); |
| 261 | |
| 262 | /** True if {@link #asInputStream()} and {@link #asReader()} can be called more than once. */ |
| 263 | boolean isRepeatable(); |
no outgoing calls