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.
void clear()

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

in Handle to the StringBuffer object.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.