📄 siprefreshhelper.java
字号:
package com.micromethod.sipstack.i;
import com.micromethod.sipstack.ri.RefreshHelper;
import java.io.OutputStream;
public class SipRefreshHelper {
private static SipRefreshHelper _fldif = null;
private static RefreshHelper a = null;
private SipRefreshHelper() {
}
public static SipRefreshHelper getInstance() {
if (_fldif == null) {
a = RefreshHelper.getInstance();
_fldif = new SipRefreshHelper();
}
return _fldif;
}
public void stop(int i) {
a.stop(i);
}
public OutputStream update(int i, String as[], String s, int j, int k) {
return a.update(i, as, s, j, k);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -