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

OutputStream 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
OutputStreama member of the java.io package output = clientSocket.getOutputStream();stream classa message composed of bytes

Next stream classfilter    Upstream class    Previous stream classInputStream