Uses of Interface
nl.sidnlabs.pcap.decoder.Buffer
-
Packages that use Buffer Package Description nl.sidnlabs.pcap.decoder -
-
Uses of Buffer in nl.sidnlabs.pcap.decoder
Classes in nl.sidnlabs.pcap.decoder that implement Buffer Modifier and Type Class Description classChainBufferMethods in nl.sidnlabs.pcap.decoder that return Buffer Modifier and Type Method Description BufferBuffer. clear()Clears this buffer.BufferChainBuffer. clear()BufferBuffer. duplicate()BufferChainBuffer. duplicate()BufferBuffer. flip()Flips this buffer.BufferChainBuffer. flip()BufferBuffer. position(int newPosition)BufferChainBuffer. position(int newPosition)BufferBuffer. reset()Move current position to marked position.BufferChainBuffer. reset()BufferChainBuffer. reset(int rewindOffset)BufferBuffer. skip(int pos)BufferChainBuffer. skip(int pos)Methods in nl.sidnlabs.pcap.decoder with parameters of type Buffer Modifier and Type Method Description voidBuffer. addFirst(Buffer buffer)Add all target's internal buffers to head of internal buffer list.voidChainBuffer. addFirst(Buffer buffer)voidBuffer. addLast(Buffer buffer)Add all target's inernal buffers to end of internal buffer list.voidBuffer. addLast(Buffer buffer, int length)voidChainBuffer. addLast(Buffer buffer)voidChainBuffer. addLast(Buffer buffer, int length)Constructors in nl.sidnlabs.pcap.decoder with parameters of type Buffer Constructor Description ChainBuffer(Buffer other)
-