Package org.jboss.serial.io

Examples of org.jboss.serial.io.JBossObjectInputStream


   {
      if (log.isTraceEnabled())
      {
         log.trace("Creating JBossObjectInputStream");
      }
      return new JBossObjectInputStream(input, loader, new StringUtilBuffer(10024, 10024));
   }
View Full Code Here

TOP

Related Classes of org.jboss.serial.io.JBossObjectInputStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.