-
Notifications
You must be signed in to change notification settings - Fork 34
T_CodeJam_IO_TempData
andrewvk edited this page Mar 28, 2016
·
10 revisions
[This is preliminary documentation and is subject to change.]
Methods to work with temporary data.
System.Object
CodeJam.IO.TempData
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class TempDataVB
Public NotInheritable Class TempDataF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TempData = class endThe TempData type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
GetDir | Creates temp directory and returns IDisposable to free it. |
![]()
|
GetFile() | Creates temp file and return disposable handle. |
![]()
|
GetFile(String, String) | Creates temp file and return disposable handle. |
![]()
|
GetStream | Creates stream and returns disposable handler. |
