SingleStreamPath Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.SingleStreamPath
Inheritance: AbstractPathInternal
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| SingleStreamPath(stream) | Initializes a new instance of the SingleStreamPath class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| location | string | r | |
| separator | char | r |
Methods
| Name | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| stream | _io.BufferedRandom |
Method: combine(path)
combine(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| AbstractPathInternal |
Method: is_file()
is_file()
Returns
| Type | Description |
|---|---|
| bool |
Method: list_directory()
list_directory()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable |
Method: open(access)
open(access)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| access | System.IO.FileAccess |
Returns
| Type | Description |
|---|---|
| _io.BufferedRandom |
Method: with_extension(new_extension)
with_extension(new_extension)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| new_extension | string |
Returns
| Type | Description |
|---|---|
| AbstractPathInternal |
Method: with_location(path)
with_location(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| AbstractPathInternal |