Coder Social home page Coder Social logo

fat32-lib's Introduction

fat32-lib

This library allows to manipulate FAT file systems using the Java programming language. Because of it's age and simplicity, FAT can be called the least common denominator in file systems, being used in digital cameras, cell phones, ... and being supported by almost every operating system in existence. This project aims for making FAT file systems accessible for Java programs without using the operating system to interpret the on-disk structures. Instead, we provide a pure - Java implementation of the FAT specification from MICROS~1.

Features

The following features are currently supported:

  • creating FAT12, FAT16 and FAT32 file systems through the super floppy formatter
  • r/w access to FAT12, FAT16 and FAT32 file systems
  • manipulating the FAT file attributes (archive, hidden, system and read-only)
  • r/w access to the FAT's volume label
  • no external dependencies

Getting started

To use the fat32-lib you will have to add it to the classpath of your project. For Maven users it is sufficient to add

<dependency>
    <groupId>de.waldheinz</groupId>
    <artifactId>fat32-lib</artifactId>
    <version>0.6.4</version>
</dependency>

to the dependencies section of your pom.

History

This library was originally based on the FAT file system driver included in the JNode operating system. Since then, many bugs were fixed, the code was re-factored several times, and now I think it is fair to call the fat32-lib a unique implementation of the FAT file system family.

fat32-lib's People

Contributors

waldheinz avatar

Watchers

Ken'ichi KOGA avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.