SeekOrigin.h File Reference
#include <WString.h>
Include dependency graph for SeekOrigin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  SeekOrigin { Start = 0 , Current = 1 , End = 2 }
 Stream/file seek origins. More...
 

Functions

String toString (SeekOrigin origin)
 

Enumeration Type Documentation

◆ SeekOrigin

enum SeekOrigin
strong

Stream/file seek origins.

Enumerator
Start 

SEEK_SET: Start of file.

Current 

SEEK_CUR: Current position in file.

End 

SEEK_END: End of file.

Function Documentation

◆ toString()

String toString ( SeekOrigin  origin)