Blackbox
interface Blackbox
Content copied to clipboard
Unified interface for anything that receives and responds to input without any access to or relevance for its internal states.
Should be able to wrap STDIN/STDOUT, pipes, JNI, NDK, network sockets, external processes, embedded code, etc, and make them all interchangeable.
Functions
Properties
Inheritors
SubprocessBlackbox
Link copied to clipboard
Sources
jvm source
Link copied to clipboard