Click or drag to resize
FileHelper Class
文件处理辅助类
Inheritance Hierarchy
SystemObject
  X3Platform.UtilFileHelper

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class FileHelper

The FileHelper type exposes the following members.

Constructors
  NameDescription
Public methodFileHelper
Initializes a new instance of the FileHelper class
Top
Methods
  NameDescription
Public methodStatic memberCopy
Public methodStatic memberCreate
Public methodStatic memberDelete
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetEncoding(FileStream)
获取文件流字符编码
Public methodStatic memberGetEncoding(String)
获取文件字符编码
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetTempFileName
获取临时文件名称
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberToStream
从文件读取 Stream
Public methodToString (Inherited from Object.)
Top
See Also