📄 tculistinterfacestr.java
字号:
/**
*
*/
package com.jr81.source.stream;
import java.io.InputStream;
import java.io.OutputStream;
/**
* @author Sanlen
*
*/
public interface TcuListInterfaceSTR {
//public Object ItemAssign(Object value);
public OutputStream ItemToStream(TcuBaseClassSTR value)throws Exception;
public TcuBaseClassSTR ItemFromStream(InputStream value)throws Exception;
public boolean CreateSelfItems() throws Exception;
public boolean ParseSelfItems() throws Exception;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -