![[LISPWORKS]](../Graphics/LWSmall.gif)
![[Common Lisp HyperSpec (TM)]](../Graphics/CLHS_Sm.gif) 
 ![[Previous]](../Graphics/Prev.gif)
![[Up]](../Graphics/Up.gif)
![[Next]](../Graphics/Next.gif)
The class stream has a number of subclasses defined by this specification. The next figure shows some information about these subclasses.
Class                Related Operators             
broadcast-stream     make-broadcast-stream         
                     broadcast-stream-streams      
concatenated-stream  make-concatenated-stream      
                     concatenated-stream-streams   
echo-stream          make-echo-stream              
                     echo-stream-input-stream      
                     echo-stream-output-stream     
string-stream        make-string-input-stream      
                     with-input-from-string        
                     make-string-output-stream     
                     with-output-to-string         
                     get-output-stream-string      
synonym-stream       make-synonym-stream           
                     synonym-stream-symbol         
two-way-stream       make-two-way-stream           
                     two-way-stream-input-stream   
                     two-way-stream-output-stream  
Figure 21-5. Defined Names related to Specialized Streams
![[Starting Points]](../Graphics/StartPts.gif)
![[Contents]](../Graphics/Contents.gif)
![[Index]](../Graphics/Index.gif)
![[Symbols]](../Graphics/Symbols.gif)
![[Glossary]](../Graphics/Glossary.gif)
![[Issues]](../Graphics/Issues.gif)