Interface Disposable

All Known Implementing Classes:
BidiAlgorithm, BidiLine, BidiParagraph, ShapingEngine, ShapingResult

public interface Disposable
Interface for disposable objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Releases the native memory of this object.
  • Method Details

    • dispose

      void dispose()
      Releases the native memory of this object. Failing to call this method will cause memory leaks.

      Note: The behavior is undefined if this method is called more than once on the same object.