open class OutputStreamFactory
Internal helper for exposing dummy OutputStreams to embedded databases such as Derby, preventing the creation of a log file.
Author
Juergen Hoeller
Since
3.0
OutputStreamFactory()
Internal helper for exposing dummy OutputStreams to embedded databases such as Derby, preventing the creation of a log file. |
open static fun getNoopOutputStream(): OutputStream
Returns an java.io.OutputStream that ignores all data given to it. |