Interface SessionWriter
- All Known Implementing Classes:
CHATSessionWriter,TalkBankSessionWriter,XmlSessionWriterV2_0,XmlSessionWriterV2_1
public interface SessionWriter
Interface for writing
Session objects
to a given OutputStream-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteSession(Session session, OutputStream out) Write the givenSessionto the providedOutputStream
-
Method Details
-
writeSession
Write the givenSessionto the providedOutputStream- Parameters:
session-out-- Throws:
IOException
-