Interface PrintStreamFactory

All Known Implementing Classes:
FilePrintStreamFactory

public interface PrintStreamFactory
Creates 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.
  • Method Details