Re: reading rfiles directly

2020-08-05 Thread Bulldog20630405
thanx for your response... i thought that would be the best one to use; spent my time yesterday trying to use the other one... using the client i see there is a builder pattern and i was able to create a simple test methods to verify it works: *// this is just a simple example for anyone to get

Re: reading rfiles directly

2020-08-05 Thread Christopher
The one in core.client is newer, and intended as a stable public API. The other is internal API, more awkward to use, and not guaranteed to be stable. If the public API is missing something that would be useful, we can consider making a non-public method more visible, or adding new public methods

Re: reading rfiles directly

2020-08-05 Thread Bulldog20630405
i looked at the RFile class (there are two of them in core ... one is core.client.rfile.RFile and the other is core.file.rfile.RFile) in both cases most of the capability is private or package protected and you cannot access the functionality. am i missing something? On Tue, Aug 4, 2020 at