摘要:
public static Object copy(Object oldObj) { Object obj = null; try { // Write the object out to a byte array ByteArrayOutputStream bos = new ByteArrayOutputStream(); ObjectOutputStream out = new ObjectOutputStream(bos); out.writeObject(oldObj); o... 阅读全文
posted @ 2013-01-25 08:17
罗斯摩根
阅读(193)
评论(0)
推荐(0)
浙公网安备 33010602011771号