225226227228229230231232233
catch (IOException e) { /* ignore */ } } private void setInput(InputStream input) { if ( input != null && rewindable && getRewindMethod(input) == null ) { input = new RewindableInputStream(input); } this.input = input; }