public static class SSU2Payload.RIBlock extends SSU2Payload.Block
Constructor and Description |
---|
RIBlock(byte[] ridata,
boolean flood,
boolean gzipped)
Whole thing
|
RIBlock(byte[] ridata,
int off,
int len,
boolean flood,
boolean gzipped,
int frag,
int total)
Fragment
|
Modifier and Type | Method and Description |
---|---|
int |
getDataLength() |
int |
writeData(byte[] tgt,
int off) |
getTotalLength, getType, toString, write
public RIBlock(byte[] ridata, boolean flood, boolean gzipped)
public RIBlock(byte[] ridata, int off, int len, boolean flood, boolean gzipped, int frag, int total)
public int getDataLength()
getDataLength
in class SSU2Payload.Block
public int writeData(byte[] tgt, int off)
writeData
in class SSU2Payload.Block