You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Mario Ivankovits (JIRA)" <ji...@apache.org> on 2006/10/06 07:43:20 UTC

[jira] Commented: (VFS-91) Provide random access to gzip files.

    [ http://issues.apache.org/jira/browse/VFS-91?page=comments#action_12440339 ] 
            
Mario Ivankovits commented on VFS-91:
-------------------------------------

Hi!

VFS transparently compress/decompress the file on the fly.

To make the random access stuff work you have to write to a local temporary file and compress it on close() then.
Anything you would like to contribute? *hinthint* ;-)

> Provide random access to gzip files.
> ------------------------------------
>
>                 Key: VFS-91
>                 URL: http://issues.apache.org/jira/browse/VFS-91
>             Project: Commons VFS
>          Issue Type: Improvement
>            Reporter: Elifarley Callado Coelho
>            Priority: Minor
>
> A local file provides random access to its contents.
> For an application to have transparent access to the uncompressed contents of a gzip file, VFS should provide random access to it as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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