Returns the in-memory data assigned to this file input element, if any. @return null if #setData(byte[]) hasn't been used
()
| 71 | * @return {@code null} if {@link #setData(byte[])} hasn't been used |
| 72 | */ |
| 73 | public final byte[] getData() { |
| 74 | return data_; |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * <p>Assigns in-memory data to this file input element. During submission, instead |
no outgoing calls
no test coverage detected