in src/main/csharp/StreamMessage.cs [75:86]
public char ReadChar() { try { return this.tibcoStreamMessage.ReadChar(); } catch(Exception ex) { ExceptionUtil.WrapAndThrowNMSException(ex); return (char) 0; } }