in src/main/csharp/StreamMessage.cs [36:47]
public bool ReadBoolean() { try { return this.tibcoStreamMessage.ReadBoolean(); } catch(Exception ex) { ExceptionUtil.WrapAndThrowNMSException(ex); return false; } }