Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module > Java module > Java class > stream class > OutputStream |
| OutputStream 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 | ||
| OutputStream | a member of the java.io package | output = clientSocket.getOutputStream(); | stream class | a message composed of bytes |
Next stream class: filter Up: stream class Previous stream class: InputStream