Dynamic streams, like tcp and http will properly flush writes before reading input. And random access streams, like RandomAccessFile, can use the same API as normal streams.
Most applications will use the Path routines to create their own streams. Specialized applications, like servers, need the capability of recycling streams.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|