| 39 | } |
| 40 | |
| 41 | void ByteArrayOutputStream::close() {} |
| 42 | |
| 43 | arrayWithLength<unsigned char> ByteArrayOutputStream::toByteArray() { |
| 44 | return arrayWithLength<unsigned char>::createFromOther(m_buffer); |
nothing calls this directly
no outgoing calls
no test coverage detected