In computer networking, STREAMS is the native framework in Unix System V for implementing character devices.
STREAMS's design is a modular architecture for implementing full-duplex I/O between kernel or user space processes and between device drivers. Its most frequent uses have been in developing terminal I/O (line discipline) and networking subsystems.