@flowscripter/pluggable-io-framework-api
Preparing search index...
Seekable
Interface Seekable
Capability added by the
seekable
decorator: jump to an absolute offset.
interface
Seekable
{
seek
(
offset
:
number
)
:
Promise
<
void
>
;
}
Index
Methods
seek
Methods
seek
seek
(
offset
:
number
)
:
Promise
<
void
>
Parameters
offset
:
number
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
seek
@flowscripter/pluggable-io-framework-api
Loading...
Capability added by the
seekabledecorator: jump to an absolute offset.