public interface PrintStreamFactory
PrintStream
instances.
Implementations will be responsible for providing all the parameters
required by the factory. E.g. the FilePrintStreamFactory
provides
the file path and configuration for the creation.Modifier and Type | Method and Description |
---|---|
java.io.PrintStream |
createPrintStream() |
Copyright © 2003-2014. All Rights Reserved.