StdIn
class StdIn(substitutionEngineType: StreamSubstitutionType) : StreamSubstitutionManager<InputStream>
Functions
Link copied to clipboard
fun <T> withSubstitutedStreams(systemStreamFactory: (initial: InputStream?) -> InputStream, kernelStreamFactory: (initial: InputStream?) -> InputStream?, body: () -> T): T