Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > Java module > Java class > stream class > InputStream
Next stream classOutputStream    Upstream class    Previous stream classfilter   

InputStream comparison table
Subject be is a kind of have example of instance creation is an instance of contain
stream classabstract if it has one or more abstract methodsJava class  data associated with each object
InputStreama member of the java.io package input = clientSocket.getInputStream();stream classa message composed of bytes

Next stream classOutputStream    Upstream class    Previous stream classfilter