MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / clear

Method clear

lib/src/stream/ByteArrayOutputStream.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 */
31
32 void ByteArrayOutputStream::clear() {
33 _memblock.reset(_initialSize);
34 _currentUsage=0;
35 }
36
37 /**
38 * get the current size of the data written to the stream.

Callers 2

SdioDmaSdCardMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected