Does anyone know of available Javadoc for Tibco rvd datagrams (specifically, class "com.tibco.tibrv.TibrvMsg")? It is not hard to decompile classes to get signatures, but that does not tell a lot about expected optimal usage and such.
All I need is simple read/write functionality for interoperability purposes, but ideally using recommended methods, and sometimes things like that are included in javadocs (I know that the product is not actively developed or supported, but there are lots of legacy systems that use it; and some non-rvd systems that use the data format itself for convenience (?)).