public final class FakeWriter extends OctaveDataWriter<OctaveFake>
OctaveFake objects.| Constructor and Description |
|---|
FakeWriter() |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveFake> |
javaType()
Could be OctaveScalar or OctaveMatrix.
|
void |
write(Writer writer,
OctaveFake octaveFake) |
getOctaveDataWriterpublic Class<OctaveFake> javaType()
OctaveDataWriterjavaType in class OctaveDataWriter<OctaveFake>Class of the OctaveObject
that this IO handler loads and savespublic void write(Writer writer, OctaveFake octaveFake) throws IOException
write in class OctaveDataWriter<OctaveFake>writer - the Writer to write tooctaveFake - the value to writeIOExceptionCopyright © 2006–2018 Simuline Organization (l2r). All rights reserved.