Object Oriented Software Engineering View all facts Glossary Help |
subject > component > module > Java module > Java class > stream class > filter > DataInputStream |
DataInputStream comparison table |
Subject | is a kind of | is an instance of | has definition | allow | contain |
---|---|---|---|---|---|
filter | stream 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 | ||
DataInputStream | filter | programmer to exchange more sophisticated types of data than simple bytes without having to worry about how to translate them into a byte stream | Java primitive types such as int and double |
Next filter: DataOutputStream Up: filter Previous filter: object stream class