ProgramixGenericLib v5.0.1

com.programix.io
Class IOTools.ObjectStreamPair

java.lang.Object
  extended by com.programix.io.IOTools.ObjectStreamPair
Enclosing class:
IOTools

public static final class IOTools.ObjectStreamPair
extends Object

An immutable holder of an ObjectInputStream and ObjectOutputStream pair. Use the public final member variables to retrieve the streams.


Field Summary
 ObjectInputStream ois
           
 ObjectOutputStream oos
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ois

public final ObjectInputStream ois

oos

public final ObjectOutputStream oos

ProgramixGenericLib v5.0.1

Copyright © 2001-2009 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.