(String fname, String encoding, Jar jar, JspCompilationContext ctxt,
ErrorDispatcher err)
| 923 | } |
| 924 | |
| 925 | static InputStreamReader getReader(String fname, String encoding, Jar jar, JspCompilationContext ctxt, |
| 926 | ErrorDispatcher err) throws JasperException, IOException { |
| 927 | |
| 928 | return getReader(fname, encoding, jar, ctxt, err, 0); |
| 929 | } |
| 930 | |
| 931 | static InputStreamReader getReader(String fname, String encoding, Jar jar, JspCompilationContext ctxt, |
| 932 | ErrorDispatcher err, int skip) throws JasperException, IOException { |