[jira] Updated: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-08 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Serff updated VFS-116: - Attachment: svn_diff.txt Attached the svn diff output. I just did it from the top level. If you need it f

[jira] Updated: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-07 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Serff updated VFS-116: - Attachment: HttpRandomAccesContent.java provides a place holder for the getDataOutputStream. All it does is

[jira] Updated: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-07 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Serff updated VFS-116: - Attachment: SftpRandomAccessContent.java Implemented the new getDataOutputStream() method. When I test this

[jira] Updated: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-07 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Serff updated VFS-116: - Attachment: SftpFileProvider.java Added the RANDOM_ACCESS_WRITE Capability > Add Write capability to Random

[jira] Updated: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-07 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Serff updated VFS-116: - Attachment: FtpRandomAccessContent.java Implemented the new getDataOutputStream() method. When I test this

[jira] Updated: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-07 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Serff updated VFS-116: - Attachment: FtpFileProvider.java Added the RANDOM_ACCESS_WRITE Capability > Add Write capability to RandomA

[jira] Updated: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-07 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Serff updated VFS-116: - Attachment: AbstractRandomAccessStreamContent.java Changes include a new abstract method getDataOutputStream