Package org.pcap4j.packet.factory.statik
Interface StaticSctpChunkFactory.Instantiater
- Enclosing class:
StaticSctpChunkFactory
private static interface StaticSctpChunkFactory.Instantiater
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends SctpPacket.SctpChunk> newInstance(byte[] rawData, int offset, int length)
-
Method Details
-
newInstance
SctpPacket.SctpChunk newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException - Throws:
IllegalRawDataException
-
getTargetClass
Class<? extends SctpPacket.SctpChunk> getTargetClass()
-