spring-framework / org.springframework.jdbc.datasource.embedded / OutputStreamFactory

OutputStreamFactory

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

Constructors

<init>

OutputStreamFactory()

Internal helper for exposing dummy OutputStreams to embedded databases such as Derby, preventing the creation of a log file.

Functions

getNoopOutputStream

open static fun getNoopOutputStream(): OutputStream

Returns an java.io.OutputStream that ignores all data given to it.