public class SSTrainingWriter extends Object implements ModelWriter
| Constructor and Description | 
|---|
SSTrainingWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
writeModel(Object m,
          OutputStream out)
Write the training model to the output stream. 
 | 
void | 
writeModel(Object m,
          Writer writer)
Write the training model to the character-output stream. 
 | 
static void | 
writeStroke(TimedStroke s,
           Writer writer)
Write out the sequence of points in the stroke. 
 | 
public void writeModel(Object m, OutputStream out) throws IOException
IOExceptionpublic void writeModel(Object m, Writer writer) throws IOException
writeModel in interface ModelWriterIOExceptionpublic static void writeStroke(TimedStroke s, Writer writer) throws IOException
IOExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.