public interface FileOpenResult
| Modifier and Type | Field and Description |
|---|---|
static FileOpenResult |
FILE_IS_DIR
A constant to return when the file is a dir
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getStream() |
static final FileOpenResult FILE_IS_DIR
OutputStream getStream() throws FileNotFoundException
FileNotFoundException - if the file doesn't exist or is lockedCopyright © 2016–2021. All rights reserved.