Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
host
/
at.released.weh.filesystem.op.seek
/
SeekFd
Seek
Fd
class
SeekFd
(
val
fd
:
FileDescriptor
,
val
fileDelta
:
Long
,
val
whence
:
Whence
)
(
source
)
Members
Constructors
Seek
Fd
Link copied to clipboard
constructor
(
fd
:
FileDescriptor
,
fileDelta
:
Long
,
whence
:
Whence
)
Types
Companion
Link copied to clipboard
object
Companion
:
FileSystemOperation
<
SeekFd
,
SeekError
,
Long
>
Properties
fd
Link copied to clipboard
val
fd
:
FileDescriptor
file
Delta
Link copied to clipboard
val
fileDelta
:
Long
whence
Link copied to clipboard
val
whence
:
Whence