Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
kOS
Safe
Persistence
ArchiveFile
C# Class kOS.Safe.Persistence.ArchiveFile
Inheritance:
VolumeFile
Mostra file
Open project: KSP-KOS/KOS
Public Methods
Method
Description
ArchiveFile
(
Archive
archive
,
FileInfo
fileInfo
,
VolumePath
path
) :
System
Clear
( ) :
void
ReadAll
( ) :
FileContent
Write
(
byte
content
) :
bool
Method Details
ArchiveFile()
public
method
public
ArchiveFile
(
Archive
archive
,
FileInfo
fileInfo
,
VolumePath
path
) :
System
archive
Archive
fileInfo
System.IO.FileInfo
path
VolumePath
return
System
Clear()
public
method
public
Clear
( ) :
void
return
void
ReadAll()
public
method
public
ReadAll
( ) :
FileContent
return
FileContent
Write()
public
method
public
Write
(
byte
content
) :
bool
content
byte
return
bool