railo.commons.lang
Class ExternalizableUtil

java.lang.Object
  extended by railo.commons.lang.ExternalizableUtil

public class ExternalizableUtil
extends Object


Constructor Summary
ExternalizableUtil()
           
 
Method Summary
static Boolean readBoolean(ObjectInput in)
           
static String readString(ObjectInput in)
           
static void writeBoolean(ObjectOutput out, Boolean b)
           
static void writeString(ObjectOutput out, String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalizableUtil

public ExternalizableUtil()
Method Detail

readString

public static String readString(ObjectInput in)
                         throws ClassNotFoundException,
                                IOException
Throws:
ClassNotFoundException
IOException

writeString

public static void writeString(ObjectOutput out,
                               String str)
                        throws IOException
Throws:
IOException

readBoolean

public static Boolean readBoolean(ObjectInput in)
                           throws IOException
Throws:
IOException

writeBoolean

public static void writeBoolean(ObjectOutput out,
                                Boolean b)
                         throws IOException
Throws:
IOException


Copyright © 2012 Railo