Class PacketDecoder
java.lang.Object
org.apache.drill.exec.store.pcap.decoder.PacketDecoder
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintdecodePacket(byte[] buffer, int offset, Packet p, int maxPacket, int validBytes) final intintbooleanpacket()
- 
Constructor Details- 
PacketDecoder- Throws:
- IOException
 
 
- 
- 
Method Details- 
getMaxLengthpublic final int getMaxLength()
- 
decodePacket
- 
packet
- 
getNetworkpublic int getNetwork()
- 
isBigEndianpublic boolean isBigEndian()
- 
getFileFormat
- 
nextPacket- Throws:
- IOException
 
 
-