类 ReferenceCountedResource

    • 构造器详细资料

      • ReferenceCountedResource

        public ReferenceCountedResource()
    • 方法详细资料

      • release

        public final boolean release()
        Decreases the reference count by 1 and calls {@link this#destroy} if the reference count reaches 0.
      • close

        public final void close()
        Useful when used together with try-with-resources pattern
        指定者:
        close 在接口中 AutoCloseable