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