-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_IO_TempData
andrewvk edited this page Mar 30, 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#
[PublicAPIAttribute]
public static class TempData
VB
<PublicAPIAttribute>
Public NotInheritable Class TempData
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<PublicAPIAttribute>]
type TempData = class end
The TempData type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
CreateDirectory | Creates temp directory and returns IDisposable to free it. |
![]() ![]() |
CreateFile() | Creates temp file and return disposable handle. |
![]() ![]() |
CreateFile(String, String) | Creates temp file and return disposable handle. |
![]() ![]() |
CreateFileStream(FileAccess) | Creates stream and returns disposable handler. |
![]() ![]() |
CreateFileStream(String, String, FileAccess) | Creates stream and returns disposable handler. |