Package net.i2p.router.transport.udp
Class SSU2Payload.RelayRequestBlock
java.lang.Object
net.i2p.router.transport.udp.SSU2Payload.Block
net.i2p.router.transport.udp.SSU2Payload.RelayRequestBlock
- Enclosing class:
 SSU2Payload
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.i2p.router.transport.udp.SSU2Payload.Block
getTotalLength, getType, toString, write 
- 
Constructor Details
- 
RelayRequestBlock
public RelayRequestBlock(byte[] data)  
 - 
 - 
Method Details
- 
getDataLength
public int getDataLength()- Specified by:
 getDataLengthin classSSU2Payload.Block- Returns:
 - the size of the block, NOT including the 3 byte header (type and size)
 
 - 
writeData
public int writeData(byte[] tgt, int off) - Specified by:
 writeDatain classSSU2Payload.Block- Returns:
 - new offset
 
 
 -