Package net.i2p.router.transport.udp
Class SSU2Payload.PathChallengeBlock
- java.lang.Object
-
- net.i2p.router.transport.udp.SSU2Payload.Block
-
- net.i2p.router.transport.udp.SSU2Payload.PathChallengeBlock
-
- Enclosing class:
- SSU2Payload
public static class SSU2Payload.PathChallengeBlock extends SSU2Payload.Block
- Since:
- 0.9.55
-
-
Constructor Summary
Constructors Constructor Description PathChallengeBlock(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDataLength()
int
writeData(byte[] tgt, int off)
-
Methods inherited from class net.i2p.router.transport.udp.SSU2Payload.Block
getTotalLength, getType, toString, write
-
-
-
-
Method Detail
-
getDataLength
public int getDataLength()
- Specified by:
getDataLength
in 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:
writeData
in classSSU2Payload.Block
- Returns:
- new offset
-
-