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