jastream ~master (2019-01-16T03:30:19Z)
Dub
Repo
Stream.position
jaster
stream
core
Stream
Sets the position of the stream's 'cursor'.
size_t
position
[@property setter]
class
Stream
abstract @
property
void
position
(
size_t
pos
)
size_t
position
[@property getter]
Parameters
pos
size_t
The position to use.
Throws
See
seek
.
Meta
Source
See Implementation
jaster
stream
core
Stream
constructors
this
enums
Can
SeekFrom
functions
copyTo
copyToAlloc
copyToGC
copyToStack
dispose
flush
read
readToBuffer
seek
seekCurr
seekEnd
seekStart
write
properties
can
canRead
canSeek
canTimeout
canWrite
isDisposed
length
position
readTimeout
writeTimeout
Sets the position of the stream's 'cursor'.