|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.act365.net.icmp.ICMPWriter
ICMPWriter writes ICMPMessage objects to a byte stream.
| Constructor Summary | |
ICMPWriter(short identifier)
Creates a writer to write to DatagramPacket objects. |
|
| Method Summary | |
byte[] |
write(byte type,
byte code,
byte[] data)
Builds a full ICMPMessage object and writes it to a buffer. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ICMPWriter(short identifier)
| Method Detail |
public byte[] write(byte type,
byte code,
byte[] data)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||