⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testserialization.java

📁 业界著名的tomcat服务器的最新6.0的源代码。
💻 JAVA
字号:
package org.apache.catalina.tribes.test.io;

import org.apache.catalina.tribes.io.XByteBuffer;
import junit.framework.TestCase;

public class TestSerialization extends TestCase {
    protected void setUp() throws Exception {
        super.setUp();
    }
    
    public void testEmptyArray() throws Exception {
        
    }

    protected void tearDown() throws Exception {
        super.tearDown();
    }
    
    public static void main(String[] args) throws Exception {
        //XByteBuffer.deserialize(new byte[0]);
        XByteBuffer.deserialize(new byte[] {-84, -19, 0, 5, 115, 114, 0, 17, 106});
    }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -