aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
198 stars 92 forks source link

Refactor the Buffer package #98

Open jonbo372 opened 5 years ago

jonbo372 commented 5 years ago

Refactor Buffer package. Have better support for the most commonly used type, which is a direct byte[] array type of Buffer. Also, create better support and structure for ReadOnlyBuffer and ImmutableBuffers.