Skip to main content

GHIElectronics.TinyCLR.IO.TinyFileSystem

NuGet package containing 7 types.

Classes

ClassNamespaceSummary
FileRefGHIElectronics.TinyCLR.IO.TinyFileSystemIn memory representation of a file on "disk". This structure tracks the files total size, the clusters that make up the content of the file and the number of currently open Streams on the file.
TinyFileStreamGHIElectronics.TinyCLR.IO.TinyFileSystemProvides a stream for a file in the Tiny File System.
TinyFileSystemGHIElectronics.TinyCLR.IO.TinyFileSystemTiny File System provides a basic file system which can be overlayed on any device providing a concrete implementation of the IBlockDriver interface.
UInt16ArrayGHIElectronics.TinyCLR.IO.TinyFileSystemDynamically growing array of UInt16 (ushort) elements.
UtilitiesGHIElectronics.TinyCLR.IO.TinyFileSystemGeneral utility functions.

Structs

StructNamespaceSummary
DeviceStatsGHIElectronics.TinyCLR.IO.TinyFileSystemStatistics for the device

Interfaces

InterfaceNamespaceSummary
IBlockDriverGHIElectronics.TinyCLR.IO.TinyFileSystemInterface to abstract the file system from the physical device.