org.apache.avalon.composition.data.writer
Class SerializedContainmentProfileWriter
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializedContainmentProfileWriter
public SerializedContainmentProfileWriter()
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 instancestream
- the destination stream
- Throws:
Exception
- if an error occurs while writting to the stream
Copyright © Apache Software Foundation. All Rights Reserved.