Returns the contents of the file item as an array of bytes. @return The contents of the file item as an array of bytes.
()
| 61 | * @return The contents of the file item as an array of bytes. |
| 62 | */ |
| 63 | byte[] get(); |
| 64 | |
| 65 | /** |
| 66 | * Returns the content type passed by the browser or {@code null} if |
no outgoing calls
no test coverage detected