| Modifier and Type | Method and Description |
|---|---|
static PDFStreamOpenMode |
PDFStreamOpenMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDFStreamOpenMode[] |
PDFStreamOpenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
PDFStream.getStream(PDFStreamOpenMode mode)
The stream data of this object, processed according to the mode
|