Package net.i2p.router.transport.ntcp
Class NTCP2Payload.I2NPBlock
java.lang.Object
net.i2p.router.transport.ntcp.NTCP2Payload.Block
net.i2p.router.transport.ntcp.NTCP2Payload.I2NPBlock
- Enclosing class:
- NTCP2Payload
public static class NTCP2Payload.I2NPBlock extends NTCP2Payload.Block
-
Constructor Summary
Constructors Constructor Description I2NPBlock(I2NPMessage msg)
-
Method Summary
Modifier and Type Method Description int
getDataLength()
int
writeData(byte[] tgt, int off)
Methods inherited from class net.i2p.router.transport.ntcp.NTCP2Payload.Block
getTotalLength, toString, write
-
Constructor Details
-
Method Details
-
getDataLength
public int getDataLength()- Specified by:
getDataLength
in classNTCP2Payload.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 classNTCP2Payload.Block
- Returns:
- new offset
-