|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.cotta.io.OutputMode
public class OutputMode
| Field Summary | |
|---|---|
static OutputMode |
APPEND
|
static OutputMode |
OVERWRITE
|
| Constructor Summary | |
|---|---|
OutputMode(boolean isAppend)
|
|
| Method Summary | |
|---|---|
boolean |
isAppend()
|
boolean |
isOverwrite()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final OutputMode APPEND
public static final OutputMode OVERWRITE
| Constructor Detail |
|---|
public OutputMode(boolean isAppend)
| Method Detail |
|---|
public boolean isAppend()
public boolean isOverwrite()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||