Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a single file entry from the capacitor file plugin system.

Hierarchy

  • CapacitorFileEntryApi

Implements

Index

Constructors

constructor

Properties

Protected Readonly capacitorFilesystem

capacitorFilesystem: CapacitorFilePluginLike

Protected Readonly directory

directory: string

Protected Readonly filePath

filePath: string

Methods

getDirectoryName

  • getDirectoryName(): string

getFileName

  • getFileName(): string

getLastModificationTime

  • getLastModificationTime(): number

getSize

  • getSize(): number

read

  • read(): Promise<ArrayBuffer>

refresh

  • refresh(): Promise<void>

toURL

  • toURL(): string

write

  • write(bufferData: ArrayBuffer, overwrite: boolean): Promise<void>

Static createCacheRotationFiles

Static createRotationFiles

Generated using TypeDoc