All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anysoft.stream.AutoClear Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.stream;


/**
 * 自动资源清理接口
 * 
 * @author duanwaiwai
 * @since 1.6.12.37 [20190626] 
* */ public interface AutoClear { /** * 增加引用计数 */ public void addRef(); /** * 释放资源 */ public void release(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy