我正在为一个程序编写两个插件,其中一个是“库插件”,包含许多其他插件使用的类,另一个是基于这个库的插件。除了一件事之外,所有的工作都很好。在我的库插件中,我编写了一个中文化的socket类: public void initServer(int port) {DataOutputStream clientOutput, String output) {
//Code to send me
我正在为一个程序编写两个插件,其中一个是“库插件”,包含许多其他插件使用的类,另一个是基于这个库的插件。除了一件事之外,所有的工作都很好。在我的库插件中,我编写了一个中文化的socket类: public void initServer(int port) {DataOutputStream clientOutput, String output) {
//Code to send me