Class | Description |
---|---|
File | Modify Files |
FileStream | Read and write data in files |
MemoryStream | Random access of data from memory |
StreamReader | Byte stream character reading |
StreamWriter | Writing Character to stream |
Directory | Operation on Directories |
BufferedStream | Allow temporary storage of stream of bytes |