public class PostscriptParser extends Object
Modifier and Type | Class and Description |
---|---|
class |
PostscriptParser.PSDictionary
An object representing a Postscript dictionary
|
class |
PostscriptParser.PSElement
A base Postscript element class
|
class |
PostscriptParser.PSFixedArray
An object representing a Postscript array with a fixed number of entries
|
class |
PostscriptParser.PSSubroutine
An object representing a Postscript subroutine element
|
class |
PostscriptParser.PSVariable
An object representing a Postscript variable
|
class |
PostscriptParser.PSVariableArray
An object representing a Postscript array with a variable number of entries
|
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
PostscriptParser() |
Modifier and Type | Method and Description |
---|---|
PostscriptParser.PSElement |
createElement(String operator,
String elementID,
int startPoint) |
List<PostscriptParser.PSElement> |
parse(byte[] segment)
Parses the postscript document and returns a list of elements
|
public List<PostscriptParser.PSElement> parse(byte[] segment) throws IOException
segment
- The byte array containing the postscript dataIOException
public PostscriptParser.PSElement createElement(String operator, String elementID, int startPoint)
Copyright © 2025 Apache Software Foundation. All rights reserved.