@Immutable public final class FileUploadHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
checkFileName(String sFilename)
Checks, whether the given file name is valid in the sense, that it doesn't
contain any NUL characters.
|
@Nullable public static String checkFileName(@Nullable String sFilename)
InvalidFileNameException
is raised.sFilename - The file name to checkInvalidFileNameException - The file name was found to be invalid.Copyright © 2014–2019 Philip Helger. All rights reserved.