Issue Details (XML | Word | Printable)

Key: GROOVY-2946
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Paul King
Reporter: Alexander Veit
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

withReader(File, String, Closure) is missing

Created: 08/Jul/08 05:07 PM   Updated: 12/Oct/08 08:46 AM   Resolved: 11/Jul/08 08:27 PM
Return to search
Component/s: groovy-jdk
Affects Version/s: 1.5.6, 1.6-beta-1
Fix Version/s: 1.5.7, 1.6-beta-2

Time Tracking:
Not Specified


 Description  « Hide

This should be in the DefaultGroovyMethods:

public static Object withReader(File file, String charset, Closure closure) throws IOException



Paul King added a comment - 11/Jul/08 08:27 PM

Added. Thanks.