dispose abstract method

void dispose()

管理しているリソースを開放する.

NOTE. disposeを2回以上コールした場合の挙動は不定である.

Implementation

void dispose();