Package com.silabs.na.pcap
Class OtherBlock
- java.lang.Object
-
- com.silabs.na.pcap.OtherBlock
-
public class OtherBlock extends java.lang.Object
Block that is unknown and simply contains a binary blob.
-
-
Constructor Summary
Constructors Constructor Description OtherBlock(byte[] body)
Create a block with a given payload.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
body()
Returns a binary content of this block, without any further breakdown.
-