Gets in-memory data assigned to file value. @return null if the file content should be used.
()
| 157 | * @return {@code null} if the file content should be used. |
| 158 | */ |
| 159 | public byte[] getData() { |
| 160 | return data_; |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Sets file value data. If nothing is set, the file content will be used. |
no outgoing calls