Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-17 | Integrating Stream searching & parsing (Michael Margolis) | David A. Mellis | |
This from Michael's TextFinder library, incorporated into the Stream class: find(), findUntil(), parseInt(), parseFloat(), readChars(), readCharsUntil(), readCharsBetween(), setTimeout(). | |||
2010-11-20 | SD File object implements Stream. | David A. Mellis | |
Added peak() and available() using a single byte buffer. Added flush(). | |||
2010-08-11 | Making Client inherit from Stream, which unforunately means taking peek() ↵ | David A. Mellis | |
out of Stream for now, since there's no immediate implementation for Client. | |||
2010-08-02 | changing available() to return an int (because the Ethernet Client class or ↵ | David A. Mellis | |
another stream might need more than 255 bytes). | |||
2010-07-04 | Adding a peek() function to Stream and HardwareSerial (Serial). | David A. Mellis | |
2010-05-28 | Adding a basic Stream interface and modifying HardwareSerial to inherit from it. | David A. Mellis | |