Skip to content

Port the FAT driver to use ByteBuffer instead of byte arrays #475

@LSantha

Description

@LSantha

The FAT driver in fs/src/fs/fat/ is using raw byte arrays everywhere — byte[], ByteBuffer.wrap(), manual offset arithmetic, etc. This makes the code hard to read.

Can you port it to use ByteBuffer and the java.nio APIs more directly? I think this would be a big cleanup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent/doneThe agent finished successfully; PR opened or comment posted.area/fsfs/ — filesystem drivers (FAT, ext2, HFS+, NTFS, ISO9660, ExFAT).kind/choreRefactor, typo sweep, dead-code removal; no behavior change.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions