org.exoplatform.services.portletcontainer.helper
Class IOUtil
java.lang.Object
org.exoplatform.services.portletcontainer.helper.IOUtil
- Direct Known Subclasses:
- EventUtil
public class IOUtil
- extends Object
Created by The eXo Platform SAS .
- Version:
- $Id: $ Aug 29, 2008
- Author:
- Alexey
Zavizionov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOUtil
public IOUtil()
serialize
public static byte[] serialize(Object... obj)
throws Exception
- Throws:
Exception
deserialize
public static Object deserialize(byte[] bytes)
throws Exception
- Throws:
Exception
deserializeAll
public static Object[] deserializeAll(byte[] bytes,
int count)
throws Exception
- Throws:
Exception
deserializeMore
public static Object deserializeMore(byte[] bytes,
int index)
throws Exception
- Throws:
Exception
Copyright © 2009 eXo Platform SAS. All Rights Reserved.