[
https://issues.apache.org/jira/browse/PDFBOX-4945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187312#comment-17187312
]
Tilman Hausherr commented on PDFBOX-4945:
-----------------------------------------
The tests fail for me (W10) because my file paths includes spaces. These are
converted to "%20" and the constructor of RandomAccessReadBufferedFile doesn't
recognize this. Solution:
{code}
RandomAccessRead randomAccessSource = new
RandomAccessReadBufferedFile(new File(
this.getClass().getResource("RandomAccessReadBufferedFile1.txt").toURI()));
{code}
> RandomAccessReadBufferedFile: switch to java.nio
> ------------------------------------------------
>
> Key: PDFBOX-4945
> URL: https://issues.apache.org/jira/browse/PDFBOX-4945
> Project: PDFBox
> Issue Type: Improvement
> Components: Parsing
> Affects Versions: 3.0.0 PDFBox
> Reporter: Andreas Lehmkühler
> Assignee: Andreas Lehmkühler
> Priority: Major
> Fix For: 3.0.0 PDFBox
>
>
> Replace the usage of java.io with java.nio
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]