Interface WriterFactory
-
- All Known Implementing Classes:
FileWriterFactory,NullWriterFactory
public interface WriterFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()PrintWritercreate()
-
-
-
Method Detail
-
create
PrintWriter create()
-
close
void close()
-
-