Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > Java module > Java class > stream class > filter > DataOutputStream
Next filterobject stream class    Upfilter    Previous filterDataInputStream   

DataOutputStream comparison table
Subject is a kind of is an instance of has definition allow contain
filterstream class A component in the pipe-and-filter architectural pattern that inputs simple data, from the pipeline, processes it and outputs data into the pipeline data associated with each object
DataOutputStream filter a programmer to exchange more sophisticated types of data than simple bytes without having to worry about how to translate them into a byte streamJava primitive types such as int and double

Next filterobject stream class    Upfilter    Previous filterDataInputStream