Package net.i2p.router.crypto.ratchet
Class RatchetPayload.OptionsBlock
- java.lang.Object
-
- net.i2p.router.crypto.ratchet.RatchetPayload.Block
-
- net.i2p.router.crypto.ratchet.RatchetPayload.OptionsBlock
-
- Enclosing class:
- RatchetPayload
public static class RatchetPayload.OptionsBlock extends RatchetPayload.Block
-
-
Constructor Summary
Constructors Constructor Description OptionsBlock(byte[] options)
-
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.crypto.ratchet.RatchetPayload.Block
getTotalLength, toString, write
-
-
-
-
Method Detail
-
getDataLength
public int getDataLength()
- Specified by:
getDataLength
in classRatchetPayload.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 classRatchetPayload.Block
- Returns:
- new offset
-
-