|
Multivalent API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cmd | |
|---|---|
| multivalent.std.adaptor.pdf | PDF manipulation: read, render, modify, write. |
| Uses of Cmd in multivalent.std.adaptor.pdf |
|---|
| Methods in multivalent.std.adaptor.pdf that return Cmd | |
|---|---|
Cmd[] |
PDFReader.readCommandArray(java.lang.Object contentstream)
Parses content stream into array of commands. |
Cmd |
PDFReader.readCommand(InputStreamComposite in)
Parse next command from content stream, or return null if no more. |
| Methods in multivalent.std.adaptor.pdf with parameters of type Cmd | |
|---|---|
byte[] |
PDFWriter.writeCommandArray(Cmd[] cmds,
boolean prettyprint)
Writes command array back into a byte stream, skipping commands marked invalid. |
|
Multivalent API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||