|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.michab.simulator.ArrayPort
This is a special Forwarder
used for direct array forwarding.
Method Summary | |
static Forwarder[] |
createForwarders(byte[] a)
Creates an array of Forwarder s 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)
Forwarder
s for the passed array.
a
- The array to create Forwarder
s for.
Forwarder
s.public void write(byte value)
Forwarder
Forwarder
.
write
in interface Forwarder
value
- The byte to write.public byte read()
Forwarder
Forwarder
.
read
in interface Forwarder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |