tag.readToByteBuffer( ((MLNumericArray) mlArray).getImaginaryByteBuffer(),
(MLNumericArray) mlArray );
}
break;
case MLArray.mxUINT8_CLASS:
mlArray = new MLUInt8(name, dims, type, attributes);
//read real
tag = new ISMatTag(buf);
tag.readToByteBuffer( ((MLNumericArray) mlArray).getRealByteBuffer(),
(MLNumericArray) mlArray );
//read complex