'Declaration
Public Overrides Function GetNextPacket() As MemoryStream
public override MemoryStream GetNextPacket()
Return Value
Returns the next Packet from the Buffer, if possible or null if there is not data available to read another packetIf another packet exists, return a MemoryStream to the packet data. Return null at end-of-file.