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

Hi!

There are a couple of issues:

1) Its not possible to embedd the org.ecc package, all has to be prefixed with 
org.apache.commons.vfs
2) All files have to have the Apache License plate you'll find in all the other 
files.
3) For what I can see you used your own gzip implementation, I didnt thought in 
very detail about it, but I think this is not necessary
4) It seems there are classes within the org.ecc package you didn't need to 
fulfil the proposed function e.g. RandomAccessFileExclusiveInputStream
5) You changed VFS classes, but the patch is not in "svn diff" format - its 
hard for me to figure out whats changed that way.

In the end it looks like you simply skip bytes ahead by read them byte by byte 
or backward by resetting to a marker.
Shouldn't this possible to do with the classes already available within VFS?

> 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
>         Attachments: gzip-rac-src-20061017.zip
>
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to