|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerializationModeEnum | |
|---|---|
| org.pdfclown.files | File-level objects [PDF:1.6:3.4]. |
| org.pdfclown.tokens | PDF file serialization [PDF:1.6:3]. |
| Uses of SerializationModeEnum in org.pdfclown.files |
|---|
| Methods in org.pdfclown.files that return SerializationModeEnum | |
|---|---|
static SerializationModeEnum |
SerializationModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SerializationModeEnum[] |
SerializationModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.pdfclown.files with parameters of type SerializationModeEnum | |
|---|---|
void |
File.save(File file,
SerializationModeEnum mode)
Serializes the file to the specified file-system file. |
void |
File.save(IOutputStream stream,
SerializationModeEnum mode)
Serializes the file to the specified stream. |
void |
File.save(SerializationModeEnum mode)
Serializes the file to the current file-system path. |
void |
File.save(String path,
SerializationModeEnum mode)
Serializes the file to the specified file-system path. |
| Uses of SerializationModeEnum in org.pdfclown.tokens |
|---|
| Methods in org.pdfclown.tokens with parameters of type SerializationModeEnum | |
|---|---|
void |
Writer.write(SerializationModeEnum mode)
Serializes the file to the target stream. |
|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||