Skip navigation links

Package li.cil.oc.api.fs

This package contains interfaces used by the file system implementation.

See: Description

Package li.cil.oc.api.fs Description

This package contains interfaces used by the file system implementation.

This allows it to add custom file systems that will behave the same as the existing ones, particularly that can be used the same from a machine as any other. In the case of Lua, for example, this means it can be mounted like any other file system, and interacted with without further special handling.

You will usually not need to implement these interfaces!

Consider using the factory methods in FileSystem to create file systems and wrapper nodes for these file systems (i.e. nodes that can be added as component nodes to the network, so they can be used from computers).

Skip navigation links