📄 i_objectstream.java
字号:
/*------------------------------------------------------------------------------Name: I_ObjectStream.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.client.protocol.http.common;/** * I_ObjectStream * @author <a href="mailto:michele@laghi.eu">Michele Laghi</a> */public interface I_ObjectStream { final static int STRING = 0; final static int HASHTABLE = 1; final static int HASHTABLE_ARR = 2; final static int VECTOR = 3;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -