IntArrayToString
ptolemy.actor.lib.conversions.IntArrayToString

Convert an integer-array into a string. Uses only the low order byte from each integer. NOTE: Assumes an 8-bit character set. The output is a string assembled from these bytes. This actor is designed to facilitate use of the SerialComm serial communication actor which uses the same kind of integer array format as this actor. Datagram actors can use this format as well.



Author(s): Winthrop Williams, Steve Neuendorffer
Version:$Id: IntArrayToString.java,v 1.24 2005/10/28 20:15:43 cxh Exp $
Pt.Proposed Rating:Red (winthrop)
Pt.Accepted Rating:Red (winthrop)


input
The port for the input, which has type {int}.

output
The output port, which has type string.