SingleStreamPath Class

Summary:

Module: aspose.gis.common

Full Name: aspose.gis.common.SingleStreamPath

Inheritance: AbstractPathInternal

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
SingleStreamPath(stream)Initializes a new instance of the SingleStreamPath class

Properties

NameTypeAccessDescription
locationstringr
separatorcharr

Methods

NameDescription
combine(path)
delete()
is_file()
list_directory()
open(access)
with_extension(new_extension)
with_location(path)

Constructor: SingleStreamPath(stream)

 SingleStreamPath(stream) 

Initializes a new instance of the SingleStreamPath class

Parameters:

ParameterTypeDescription
stream_io.BufferedRandom

Method: combine(path)

 combine(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
AbstractPathInternal

Method: is_file()

 is_file() 

Returns

TypeDescription
bool

Method: list_directory()

 list_directory() 

Returns

TypeDescription
System.Collections.Generic.IEnumerable

Method: open(access)

 open(access) 

Parameters:

ParameterTypeDescription
accessSystem.IO.FileAccess

Returns

TypeDescription
_io.BufferedRandom

Method: with_extension(new_extension)

 with_extension(new_extension) 

Parameters:

ParameterTypeDescription
new_extensionstring

Returns

TypeDescription
AbstractPathInternal

Method: with_location(path)

 with_location(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
AbstractPathInternal