ShieldedStreamSeek Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Sets the position within the current stream.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override long Seek(
long offset,
SeekOrigin origin
)
Parameters
- offset
- Type: SystemInt64
A byte offset relative to the origin parameter.
- origin
- Type: System.IOSeekOrigin
A value of type SeekOrigin indicating the
reference point used to obtain the new position.
Return Value
Type:
Int64
The new position within the current stream.
See Also