Package ca.phon.session.io
Interface SessionWriter
- All Known Implementing Classes:
CHATSessionWriter
,TalkBankSessionWriter
,XMLSessionWriter_v12
,XMLSessionWriter_v13
public interface SessionWriter
Interface for writing
Session
objects
to a given OutputStream
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeSession
(Session session, OutputStream out) Write the givenSession
to the providedOutputStream
-
Method Details
-
writeSession
Write the givenSession
to the providedOutputStream
- Parameters:
session
-out
-- Throws:
IOException
-