User Tools

Site Tools


thinkgeo.mapsuite.portable.portablefile

This is an old revision of the document!


ThinkGeo.MapSuite.Portable.PortableFile

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary
Protected MethodPortableFile

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodCopyCore String, String, Boolean
Protected MethodCreateCore String
Protected MethodDeleteCore String
Protected MethodExistsCore String
Protected MethodFinalize Object
Protected MethodGetAttributesCore String
Protected MethodGetLastWriteTimeCore String
Protected MethodMemberwiseClone Object
Protected MethodMoveCore String, String
Protected MethodOpenCore String, GeoFileMode, GeoFileAccess, GeoFileShare
Protected MethodOpenCore String, GeoFileMode, GeoFileAccess
Protected MethodOpenReadCore String
Protected MethodReadAllBytesCore String
Protected MethodReadAllLinesCore String
Protected MethodReadAllTextCore String
Protected MethodSetAttributesCore String, Int32
Protected MethodSetCreationTimeCore String, DateTime
Protected MethodSetLastWriteTimeCore String, DateTime
Protected MethodWriteAllBytesCore String, Byte[]
Protected MethodWriteAllLinesCore String, String[]

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

PortableFile()

Parameters

Name Type Description

Go Back

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

CopyCore(String, String, Boolean)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sourceFileName String<!– System.String –>
destFileName String<!– System.String –>
overwrite Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

CreateCore(String)

Return Value

Return Type Description
Stream<!– System.IO.Stream –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

DeleteCore(String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

ExistsCore(String)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetAttributesCore(String)

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description
filename String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

GetLastWriteTimeCore(String)

Return Value

Return Type Description
DateTime<!– System.DateTime –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MoveCore(String, String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sourceFileName String<!– System.String –>
destFileName String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

OpenCore(String, GeoFileMode, GeoFileAccess, GeoFileShare)

Return Value

Return Type Description
Stream<!– System.IO.Stream –>

Parameters

Name Type Description
path String<!– System.String –>
mode GeoFileMode<!– ThinkGeo.MapSuite.Core.GeoFileMode –>
access GeoFileAccess<!– ThinkGeo.MapSuite.Core.GeoFileAccess –>
share GeoFileShare<!– ThinkGeo.MapSuite.Core.GeoFileShare –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

OpenCore(String, GeoFileMode, GeoFileAccess)

Return Value

Return Type Description
Stream<!– System.IO.Stream –>

Parameters

Name Type Description
path String<!– System.String –>
mode GeoFileMode<!– ThinkGeo.MapSuite.Core.GeoFileMode –>
access GeoFileAccess<!– ThinkGeo.MapSuite.Core.GeoFileAccess –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

OpenReadCore(String)

Return Value

Return Type Description
Stream<!– System.IO.Stream –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

ReadAllBytesCore(String)

Return Value

Return Type Description
Byte[]<!– System.Bytethinkgeo.mapsuite.portable.portablefile –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

ReadAllLinesCore(String)

Return Value

Return Type Description
String[]<!– System.Stringthinkgeo.mapsuite.portable.portablefile –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

ReadAllTextCore(String)

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
path String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

SetAttributesCore(String, Int32)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
path String<!– System.String –>
fileAttributes Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

SetCreationTimeCore(String, DateTime)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
filename String<!– System.String –>
dateTime DateTime<!– System.DateTime –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

SetLastWriteTimeCore(String, DateTime)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
filename String<!– System.String –>
dateTime DateTime<!– System.DateTime –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

WriteAllBytesCore(String, Byte[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
fileName String<!– System.String –>
bytes Byte[]<!– System.Bytethinkgeo.mapsuite.portable.portablefile –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

WriteAllLinesCore(String, String[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
path String<!– System.String –>
lines String[]<!– System.Stringthinkgeo.mapsuite.portable.portablefile –>

<!– ThinkGeo.MapSuite.Portable.PortableFile –> Go Back

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.portable.portablefile.1440040132.txt.gz · Last modified: 2015/09/21 01:13 (external edit)