Convert Reader into BufferedReader in Java using Apache Commons IO In this Java tutorial we learn how to use the IOUtils utility class in Apache Commons IO to convert a Reader object into a BufferedReader object in Java.