Releasable

Kotlin|Java

public interfaceReleasable

Known direct subclasses
DataBuffer

Interface for a buffer of typed data.

Known indirect subclasses
AbstractDataBuffer

Default implementation of DataBuffer.


Represents a resource, or a holder of resources, which may be released once they are no longer needed.

Summary

Public methods

abstract void

Public methods

release

abstract void release()

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.