StringBuffer.clear Method¶
Module: StringBuffer
Definition¶
Empties the string buffer, effectively resetting its content to an empty string
This operation is useful for reusing the buffer without the overhead of creating a new instance.
clear(self) -> None
Exceptions
An error has occurred during Devices Library execution.
public void Clear()
Exceptions
An error has occurred during Devices Library execution.
public void clear() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesStringBuffer_Clear (
ID3_DEVICES_STRING_BUFFER hStringBuffer)
Parameters
hStringBuffer
ID3_DEVICES_STRING_BUFFERin Handle to the StringBuffer object.
Returns