edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util
Interface CustomObjectOutputStream.StreamCallback

Enclosing class:
CustomObjectOutputStream

public static interface CustomObjectOutputStream.StreamCallback


Method Summary
 void close()
           
 void defaultWriteObject()
           
 void flush()
           
 void writeFieldsToStream(Map fields)
           
 void writeToStream(Object object)
           
 

Method Detail

writeToStream

void writeToStream(Object object)
                   throws IOException
Throws:
IOException

writeFieldsToStream

void writeFieldsToStream(Map fields)
                         throws IOException
Throws:
IOException

defaultWriteObject

void defaultWriteObject()
                        throws IOException
Throws:
IOException

flush

void flush()
           throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2010 Internet2. All Rights Reserved.