public final class StaticIpV4TosFactory
extends java.lang.Object
implements org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV4Packet.IpV4Tos,org.pcap4j.packet.namednumber.NotApplicable>
| Modifier and Type | Method and Description |
|---|---|
static StaticIpV4TosFactory |
getInstance() |
org.pcap4j.packet.IpV4Packet.IpV4Tos |
newInstance(byte[] rawData,
int offset,
int length)
This method is a variant of
newInstance(byte[], int, int, NotApplicable...)
and exists only for performance reason. |
org.pcap4j.packet.IpV4Packet.IpV4Tos |
newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.NotApplicable... numbers) |
public static StaticIpV4TosFactory getInstance()
public org.pcap4j.packet.IpV4Packet.IpV4Tos newInstance(byte[] rawData,
int offset,
int length)
newInstance(byte[], int, int, NotApplicable...)
and exists only for performance reason.rawData - see PacketFactory.newInstance(byte[], int, int, N...).offset - see PacketFactory.newInstance(byte[], int, int, N...).length - see PacketFactory.newInstance(byte[], int, int, N...).PacketFactory.newInstance(byte[], int, int, N...).public org.pcap4j.packet.IpV4Packet.IpV4Tos newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.NotApplicable... numbers)
newInstance in interface org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV4Packet.IpV4Tos,org.pcap4j.packet.namednumber.NotApplicable>Copyright © 2011 - 2017 Pcap4J.org. All rights reserved.