Returns the binary content of this resource. @return the binary content of this resource or null if it is not available in a byte[] because, for example, it is too big.
()
| 159 | * example, it is too big. |
| 160 | */ |
| 161 | byte[] getContent(); |
| 162 | |
| 163 | /** |
| 164 | * Returns the creation time of this resource. |
no outgoing calls