IO
You can use the IO services to convert data between byte[ ], characters, and InputStream representations. These services are used for reading and writing bytes, characters, and streamed data to the file system.
These services behave like the corresponding methods in the java.io.InputStream class. For more information about InputStreams, see the Java documentation.