Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module > Java module > Java class > stream class |
| stream class comparison table | |||||||
| Subject | be | is a kind of | convert | have example of instance creation | is an instance of | has definition | contain |
|---|---|---|---|---|---|---|---|
| filter | abstract if it has one or more abstract methods | stream class | raw 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 pipeline | data associated with each object | ||
| InputStream | a member of the java.io package | input = clientSocket.getInputStream(); | stream class | a message composed of bytes | |||
| OutputStream | a member of the java.io package | output = clientSocket.getOutputStream(); | stream class | a message composed of bytes |
Next Java class: Thread class Up: Java class Previous Java class: Socket class