public static class RatchetPayload.TerminationBlock extends RatchetPayload.Block
Constructor and Description |
---|
RatchetPayload.TerminationBlock(int reason,
long lastReceived) |
Modifier and Type | Method and Description |
---|---|
int |
getDataLength() |
int |
writeData(byte[] tgt,
int off) |
getTotalLength, toString, write
public RatchetPayload.TerminationBlock(int reason, long lastReceived)
public int getDataLength()
getDataLength
in class RatchetPayload.Block
public int writeData(byte[] tgt, int off)
writeData
in class RatchetPayload.Block