Re: [jira] [Issue Comment Edited] (TIKA-623) Add support for Outlook PST

2011-04-04 Thread Jukka Zitting
Hi, On 04/03/2011 06:07 PM, Oleg Tikhonov wrote: One of the possible solutions is to create temporary file, pass it to the citor and delete it after using. As noted by Nick on the issue, a better alternative is to use TikaInputStream as it automatically takes care of creating and removing the

Re: [jira] [Issue Comment Edited] (TIKA-623) Add support for Outlook PST

2011-04-03 Thread Oleg Tikhonov
One of the possible solutions is to create temporary file, pass it to the citor and delete it after using. OutputStream out = null; File tempFile = new File(tempPSTFileName); try { out = new FileOutputStream(tempFile); byte buf[] = new byte[1<<20];

[jira] [Issue Comment Edited] (TIKA-623) Add support for Outlook PST

2011-04-03 Thread Tran Nam Quang (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015152#comment-13015152 ] Tran Nam Quang edited comment on TIKA-623 at 4/3/11 2:25 PM: - I

[jira] [Issue Comment Edited] (TIKA-623) Add support for Outlook PST

2011-04-02 Thread Tran Nam Quang (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015046#comment-13015046 ] Tran Nam Quang edited comment on TIKA-623 at 4/2/11 4:30 PM: - Co

[jira] [Issue Comment Edited] (TIKA-623) Add support for Outlook PST

2011-03-30 Thread Tran Nam Quang (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013645#comment-13013645 ] Tran Nam Quang edited comment on TIKA-623 at 3/30/11 9:03 PM: --

[jira] [Issue Comment Edited] (TIKA-623) Add support for Outlook PST

2011-03-29 Thread Tran Nam Quang (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012744#comment-13012744 ] Tran Nam Quang edited comment on TIKA-623 at 3/29/11 10:17 PM: ---