You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/08/05 17:52:14 UTC

[jira] [Commented] (PDFBOX-2257) BufferedInputStream wrapped in BufferedInputStream

    [ https://issues.apache.org/jira/browse/PDFBOX-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14086407#comment-14086407 ] 

ASF subversion and git services commented on PDFBOX-2257:
---------------------------------------------------------

Commit 1615949 from [~tilman] in branch 'pdfbox/branches/1.8'
[ https://svn.apache.org/r1615949 ]

PDFBOX-2257: removed BufferedInputStream wrapping that is again done in BaseParser, as suggested by Simon Steiner

> BufferedInputStream wrapped in BufferedInputStream
> --------------------------------------------------
>
>                 Key: PDFBOX-2257
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2257
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 1.8.6, 1.8.7, 2.0.0
>            Reporter: simon steiner
>            Assignee: Tilman Hausherr
>             Fix For: 1.8.7, 2.0.0
>
>
> If i call this input gets wrapped in BufferedInputStream:
> public static PDDocument load(InputStream input, RandomAccess scratchFile) throws IOException
> then this is called by above which wraps again in BufferedInputStream:
> public BaseParser(InputStream input, boolean forceParsingValue)



--
This message was sent by Atlassian JIRA
(v6.2#6252)