Description
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)