public abstract class TempFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
String |
mimeType |
String |
name |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispose() |
abstract InputStream |
getInputStream() |
abstract OutputStream |
getOutputStream() |
public static final String copyright
public final String name
public final String mimeType
public abstract OutputStream getOutputStream() throws IOException
IOExceptionpublic abstract InputStream getInputStream() throws IOException
IOExceptionpublic abstract void dispose()