-
Notifications
You must be signed in to change notification settings - Fork 35
N_CodeJam_IO
Andrew Koryavchenko edited this page Jul 4, 2017
·
7 revisions
The CodeJam.IO namespace contains I/O related functionality.
Class | Description | |
---|---|---|
DebugIoCode | IO assertions class. | |
IoCode | IO assertions class. | |
IoCodeExceptions | IO exception factory class | |
PathHelpers | Helpers for Path. | |
TempData | Methods to work with temporary data. | |
TempData.TempBase | Base class for temp file|directory objects. Contains logic to proof the removal will be performed even on resource leak. | |
TempData.TempDirectory | Wraps reference on a temp directory meant to be deleted on dispose | |
TempData.TempFile | Wraps reference on a temp file meant to be deleted on dispose |