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