Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-6852033

Inputs/Outputs methods to make common I/O tasks easy to do

Many applications have very simple I/O requirements such as reading all bytes or lines of text from a file or URL location. These types of tasks are trivial to do in many scripting languages but is tedious in the Java Language. This RFE proposes to introduce some utility methods to make common tasks easy to do.