public class ComplexMatrixTokenHandler extends java.lang.Object implements TokenHandler<ComplexMatrixToken>
Red (ishwinde) |
Red (ishwinde) |
Constructor and Description |
---|
ComplexMatrixTokenHandler() |
Modifier and Type | Method and Description |
---|---|
void |
convertToBytes(ComplexMatrixToken token,
java.io.DataOutputStream outputStream)
Write the ComplexMatrixToken to a byte array.
|
ComplexMatrixToken |
convertToToken(java.io.DataInputStream inputStream,
java.lang.Class<? extends ComplexMatrixToken> tokenType)
Read a ComplexMatrixToken from the input stream.
|
public void convertToBytes(ComplexMatrixToken token, java.io.DataOutputStream outputStream) throws java.io.IOException, IllegalActionException
convertToBytes
in interface TokenHandler<ComplexMatrixToken>
token
- Token to be converted to bytes.outputStream
- The stream to write to.java.io.IOException
- If the stream cannot be written.IllegalActionException
- Not thrown in this class.TokenHandler.convertToBytes(ptolemy.data.Token, java.io.DataOutputStream)
public ComplexMatrixToken convertToToken(java.io.DataInputStream inputStream, java.lang.Class<? extends ComplexMatrixToken> tokenType) throws java.io.IOException, IllegalActionException
convertToToken
in interface TokenHandler<ComplexMatrixToken>
inputStream
- The stream to read from.tokenType
- The type of token to be parsed.java.io.IOException
- If the stream cannot be read.IllegalActionException
- Not thrown in this class.TokenHandler.convertToToken(java.io.DataInputStream, Class)