Moenupa / COMP-Virtual-File-System

In-Memory Virtual File System implemented in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMP2021_Group_Project

Group Project: Comp Virtual File System

PolyU COMP2021 Object-Oriented Programming 2020-21 Fall

The goal of this project is to develop an in-memory Virtual File System (VFS), named the CompVFS (CVFS), in Java. A VFS is usually built on top of a host file system to enable uniform accessto files located in different host file systems, while the CVFS simulates a file system in memory. You can find more information about VFSs on Wikipedia.

Team

This group consists of four members (in alphabetical sequence).

Docs

This section contains the docs (or doc-links) with explanation the codes.

Project Description IntelliJ IDEA Tutorial Group Report Group Reportđź”—

License

GPL 3.0

About

In-Memory Virtual File System implemented in Java

License:GNU General Public License v3.0


Languages

Language:Java 99.7%Language:HTML 0.3%