org.apache.avalon.composition.data.writer
Class SerializedContainmentProfileWriter

java.lang.Object
  extended byorg.apache.avalon.composition.data.writer.SerializedContainmentProfileWriter
All Implemented Interfaces:
ContainmentProfileWriter

public class SerializedContainmentProfileWriter
extends Object
implements ContainmentProfileWriter

Write ContainmentProfile objects to a stream as serialized objects.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/08/31 14:29:53 $
Author:
Avalon Development Team

Constructor Summary
SerializedContainmentProfileWriter()
           
 
Method Summary
 void writeContainmentProfile(ContainmentProfile profile, OutputStream stream)
          Write a ContainmentProfile to a stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializedContainmentProfileWriter

public SerializedContainmentProfileWriter()
Method Detail

writeContainmentProfile

public void writeContainmentProfile(ContainmentProfile profile,
                                    OutputStream stream)
                             throws Exception
Write a ContainmentProfile to a stream

Specified by:
writeContainmentProfile in interface ContainmentProfileWriter
Parameters:
profile - the profile instance
stream - the destination stream
Throws:
Exception - if an error occurs while writting to the stream


Copyright © Apache Software Foundation. All Rights Reserved.