>>> I'm not attached to names and can live with either.  I don't feel
>>> stream.canRead(anEntry) is ambiguos, but then again I know what it does.
>>
>> stream.canWrite(entry) is clear
>>
>> stream.canRead(entry) I am not quite sure what to make of
>>
>> I am using getNextEntry() to get an entry.
>> So I was actually able to read the entry already, no?
>>
>> What I was referring to in the first place was canRead vs available though.
>
> Then maybe:
>
> canReadEntry(entry)
> canWriteEntry(entry)
>
> to go confirm with:
>
> getNextEntry()

Better ... but still. I've already read the entry and then ask whether
I can read it (again)?

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to