helpful, and a can of worms given all the possible permutations of constructors
that could be created.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197798
13f79535-47bb-0310-9956-
ffa450edef68
foUserAgent = new FOUserAgent();
}
- /**
- * Convenience constructor for directly setting input and output.
- * @param stream Target output stream
- */
- public Driver(OutputStream stream) {
- this();
- this.stream = stream;
- }
-
/**
* Constructor with FOUserAgent
* Used by CLI, AWTRenderer