📄 zcolerasor.java
字号:
/*
* Copyright 2002 EZCell , Inc. All rights reserved.
* Version 1.0.
* Author W.John
*/
package ezcell;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.Serializable;
/**
* DOCUMENT ME!
*
* @version 1.00
* @author W.John
*/
class ZColErasor implements Serializable {
private int col;
/**
* put your documentation comment here
* @param int col
*/
public ZColErasor(int col) {
this.col = col;
}
/**
* put your documentation comment here
* @param ois
* @exception ClassNotFoundException, IOException
*/
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException {
ois.defaultReadObject();
ObjectInputStream2 is = (ObjectInputStream2) ois;
ZCol oc = is.sheet.getExistCol(col);
if (oc != null) {
is.sheet.remove(oc);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -