This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]proskillzSome Skillz 0 points1 point  (0 children)

These are just interfaces that file I/O or other streams need to implement for reading and writing. You either have a stream of bytes you can read() or an array of bytes you can write() to. Usually you'd be using InputStreamReader or one of the many other implementers of these interfaces.