You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "simon steiner (JIRA)" <ji...@apache.org> on 2014/08/05 12:29:12 UTC

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

simon steiner created PDFBOX-2257:
-------------------------------------

             Summary: 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: 2.0.0
            Reporter: simon steiner


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)