public final class AWSUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
createTempFileFromStream(InputStream inputStream)
Creates the temp file from stream.
|
static boolean |
deleteTempFile(File tempFile)
Delete temp file.
|
static void |
notNull(Object parameterValue,
String errorMessage)
Not null.
|
public static File createTempFileFromStream(InputStream inputStream) throws IOException
inputStream - the in streamIOException - Signals that an I/O exception has occurred.public static boolean deleteTempFile(File tempFile) throws IOException
tempFile - the temp fileIOException - Signals that an I/O exception has occurred.Copyright © 2015. Abhinav Kumar Mishra. All rights reserved.