Table of Contents

Enum SeekMode

Namespace
Yarhl.IO
Assembly
Yarhl.dll

Seek mode for DataStream.

[Obsolete("Use overloads with System.IO.SeekOrigin")]
public enum SeekMode

Fields

Current = 1

Position from the current position.

End = 2

Position going back from the end of the DataStream.

Start = 0

Position from the origin of the DataStream.