|
JanosVM v1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.isolate.IsolateMessage
|
+--java.lang.isolate.IsolateMessage_IOMessage
All IsolateMessages that wrap IO objects extend this class. The extra interfaces are used by the stdio initialization code in the Isolate constructors.
| Fields inherited from class java.lang.isolate.IsolateMessage |
EMPTY_MESSAGE |
| Constructor Summary | |
(package private) |
IsolateMessage_IOMessage()
|
| Method Summary | |
(package private) abstract IsolateMessage_IOMessage |
cloneTypeAroundFD(int fd)
All IOMessages must implement this method. |
(package private) abstract int |
getFD()
IO-type messages must implement this for JanosVM stdio redirection, see Isolate.makeStdioSpec(). |
(package private) boolean |
isIOMessage()
Return true if this message contains an IO object suitable for stdio redirection. |
(package private) boolean |
isReadable()
To be suitable for an input stream, an IO message type must override this to return true. |
(package private) boolean |
isWritable()
To be suitable for an output stream, an IO message type must override this to return true. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait, wait0 |
| Constructor Detail |
IsolateMessage_IOMessage()
| Method Detail |
boolean isIOMessage()
IsolateMessageisIOMessage in class IsolateMessageboolean isReadable()
boolean isWritable()
abstract IsolateMessage_IOMessage cloneTypeAroundFD(int fd)
throws java.io.IOException
abstract int getFD()
throws java.io.IOException
|
JanosVM v1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||