Extends
Broadcasting
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
Methods
Unwatch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
Watch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
WatchOnce(p_signalId, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
_Broadcast(p_signal, …args)
- Inherited From:
Methods
_Init()
- Inherited From:
_PostInit()
- Inherited From:
Methods
_Bind(p_func)
- Inherited From:
Members
isReleasing :boolean
- Inherited From:
Methods
Release()
- Inherited From:
_CleanUp()
- Inherited From:
Members
content :*
TODO
directory :io.core.Resource
TODO
encoding :io.core.ENCODING
TODO
exists :boolean
TODO
isDir :boolean
TODO
loaded :boolean
TODO
loaded :boolean
TODO
mime :MIMEDefinition
TODO
name :string
TODO
path :string
TODO
raw :*
TODO
state :io.core.RESSOURCE_STATE
TODO
stats :object
TODO
type :io.core.RESPONSE_TYPE
TODO
Methods
CancelOperation()
Cancels the ongoing operation, if any
Delete(p_options)
TODO
Parameters:
| Name | Type | Default | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
p_options |
object |
null
|
Properties
|
DeleteAndRelease()
TODO
PreventRelease()
- Inherited From:
Read(p_options)
TODO
Parameters:
| Name | Type | Default | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
p_options |
object |
null
|
Properties
|
Rename(p_newPath, p_options)
TODO
Parameters:
| Name | Type | Default | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
p_newPath |
string | |||||||||||||||||
p_options |
object |
null
|
Properties
|
Write(p_options)
TODO
Parameters:
| Name | Type | Default | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
p_options |
object |
null
|
Properties
|
Members
defaultType
TODO
Methods
_Decode()
Deserialize is called by the IO system in order to get a readable version of the resource's content by the app.
_Encode()
Serialize is called by the IO system in order to get a 'raw', writable version of the resource's content.