| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| com.github.jferard.fastods.util |
| Modifier and Type | Method and Description |
|---|---|
OdsFileWriterBuilder |
OdsFileWriterBuilder.openResult(FileOpenResult lockResult)
Locks the file
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileExists
The file tested already exists.
|
class |
FileIsDir
Return value if one tries to open a directory.
|
class |
FileOpen
The file is already open as a stream.
|
| Modifier and Type | Field and Description |
|---|---|
static FileOpenResult |
FileOpenResult.FILE_IS_DIR
A constant to return when the file is a dir
|
| Modifier and Type | Method and Description |
|---|---|
static FileOpenResult |
FileOpen.openFile(File file) |
static FileOpenResult |
FileOpen.openFile(String filename) |
Copyright © 2016–2021. All rights reserved.