Skip to content

Stream - new virtual method clear() to clear the receive buffer#233

Open
JAndrassy wants to merge 1 commit intoarduino:masterfrom
JAndrassy:master
Open

Stream - new virtual method clear() to clear the receive buffer#233
JAndrassy wants to merge 1 commit intoarduino:masterfrom
JAndrassy:master

Conversation

@JAndrassy
Copy link
Contributor

A very long time ago, in Arduino, flush() changed from "purge input" to "send output buffer" and moved from Stream to Print.
But now there is no method to "purge input" and there is demand as I see it on forums.

Arduino classes and methods are inspired by the Processing language. Processing has Stream.clear().

The goal of this PR is to establish the name clear for "purge input" functions in Stream implementations.

For backward compatibility the method can not be added as pure virtual so some implementation has to be provided. An empty implementation would be confusing, so I took the flush() implementation from Arduino 0023 Ethernet library's Client class.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@arduino arduino deleted a comment from CLAassistant Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants