-
Notifications
You must be signed in to change notification settings - Fork 36
N_CodeJam_IO
andrewvk edited this page Apr 26, 2016
·
7 revisions
[This is preliminary documentation and is subject to change.]
The CodeJam.IO namespace contains I/O related functionality.
Class | Description | |
---|---|---|
![]() |
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 |