|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.output.AbstractOutputDevice
abstract class AbstractOutputDevice
This is the base class for all RT-STPS devices. It should probably have extended DataOutputStream instead of using containment, and I no doubt someday do just that. I did it this way originally because I wanted more flexibility on the nature of output devices.
Field Summary | |
---|---|
protected java.io.DataOutputStream |
output
|
Constructor Summary | |
---|---|
AbstractOutputDevice()
|
Method Summary | |
---|---|
(package private) java.io.DataOutputStream |
getOutputStream()
|
(package private) abstract void |
shutdown()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.DataOutputStream output
Constructor Detail |
---|
AbstractOutputDevice()
Method Detail |
---|
final java.io.DataOutputStream getOutputStream()
abstract void shutdown() throws RtStpsException
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |