Package org.pcap4j.packet.factory.statik
Interface StaticSctpChunkFactory.Instantiater
-
- Enclosing class:
- StaticSctpChunkFactory
private static interface StaticSctpChunkFactory.Instantiater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends SctpPacket.SctpChunk>getTargetClass()SctpPacket.SctpChunknewInstance(byte[] rawData, int offset, int length)
-
-
-
Method Detail
-
newInstance
SctpPacket.SctpChunk newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
- Throws:
IllegalRawDataException
-
getTargetClass
java.lang.Class<? extends SctpPacket.SctpChunk> getTargetClass()
-
-