public static enum SerializableStreamContentHandler.ContentHandlers extends Enum<SerializableStreamContentHandler.ContentHandlers>
Enum Constant and Description |
---|
DIRECT_WRITE
Writes to the archive directly.
|
TEMP_FILE_BUFFER
Writes to a temporary buffer.
|
Modifier and Type | Method and Description |
---|---|
static SerializableStreamContentHandler.ContentHandlers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializableStreamContentHandler.ContentHandlers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SerializableStreamContentHandler.ContentHandlers DIRECT_WRITE
public static final SerializableStreamContentHandler.ContentHandlers TEMP_FILE_BUFFER
public static SerializableStreamContentHandler.ContentHandlers[] values()
for (SerializableStreamContentHandler.ContentHandlers c : SerializableStreamContentHandler.ContentHandlers.values()) System.out.println(c);
public static SerializableStreamContentHandler.ContentHandlers valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.