Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > Java module > Java class > stream class
Next Java classThread class    UpJava class    Previous Java classSocket class   

stream class comparison table
Subject be is a kind of convert have example of instance creation is an instance of has definition contain
filterabstract if it has one or more abstract methodsstream classraw bytes of a message into other forms  A component in the pipe-and-filter architectural pattern that inputs simple data, from the pipeline, processes it and outputs data into the pipelinedata associated with each object
InputStreama member of the java.io package  input = clientSocket.getInputStream();stream class a message composed of bytes
OutputStreama member of the java.io package  output = clientSocket.getOutputStream();stream class a message composed of bytes

Next Java classThread class    UpJava class    Previous Java classSocket class