[ 
https://issues.apache.org/jira/browse/VFS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mario Ivankovits resolved VFS-90.
---------------------------------

    Resolution: Fixed

Added to the VFS sandbox.
I slightly changed the read method, I think the (re)try stuff should be part of 
the application instead of VFS.
A read len=0 might happen with virtually every read method ... even if unlikely.

Thanks!
Ciao,
Mario

> RandomAccessFile backed by a RandomAccessContent instance
> ---------------------------------------------------------
>
>                 Key: VFS-90
>                 URL: https://issues.apache.org/jira/browse/VFS-90
>             Project: Commons VFS
>          Issue Type: New Feature
>            Reporter: Elifarley Callado Coelho
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: RACRandomAccessFile.java.bz2, 
> RACRandomAccessFile.java.bz2, src.zip
>
>
> Some existing libraries and applications rely on a RandomAccessFile instance 
> to process its IO tasks.
> They could be benefited by an adapter class providing a "RandomAccessFile" 
> view of an arbitrary RandomAccessContent.
> Example: a database server using a RandomAccessFile instance to access its 
> data from a local file would automatically be able to access it from a remote 
> resource accessed through HTTP.
> I have already created such a class. I'll try to add it to this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to