Ultralight  1.0.0
A fast, lightweight, HTML UI engine for native apps.
FileSystem.h File Reference

The header for the FileSystem interface. More...

#include <Ultralight/Defines.h>
#include <Ultralight/String16.h>
#include <time.h>

Go to the source code of this file.

Classes

class  ultralight::FileSystem
 FileSystem interface, used for all file system operations. More...
 

Namespaces

 ultralight
 This is a set of common JavaScriptCore Helper functions to simplify sample code.
 

Typedefs

typedef int ultralight::FileHandle
 File Handle type used as unique ID for opened files.
 

Enumerations

enum  ultralight::FileSeekOrigin
 The position to seek from in a file,. More...
 
enum  ultralight::MetadataType
 The type of path,. More...
 

Variables

const FileHandle ultralight::invalidFileHandle = (FileHandle)-1
 Handle used to denote an invalid file.
 

Detailed Description

The header for the FileSystem interface.

Author

This file is a part of Ultralight, a fast, lightweight, HTML UI engine

Website: http://ultralig.ht

Copyright (C) 2019 Ultralight, Inc. All rights reserved.

Definition in file FileSystem.h.