|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.michab.simulator.ArrayPort
This is a special Forwarder used for direct array forwarding.
| Method Summary | |
static Forwarder[] |
createForwarders(byte[] a)
Creates an array of Forwarders for the passed array. |
byte |
read()
Read a byte from this Forwarder. |
void |
write(byte value)
Write a byte to this Forwarder. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Forwarder[] createForwarders(byte[] a)
Forwarders for the passed array.
a - The array to create Forwarders for.
Forwarders.public void write(byte value)
ForwarderForwarder.
write in interface Forwardervalue - The byte to write.public byte read()
ForwarderForwarder.
read in interface Forwarder
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||