• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking for java and c library

barny1996

Junior Member
Hello. My name is Barnabas Madai.

I am new to the forum.

I am searching for java and c library to convert a list of files into a byte array and back to files. For example, I have read that in the ntfs file system, metadata is stored in 1kb blocks, the byte array should contain such information, and recover the files completely (metadata and data) at the call of an appropriate function, provided the byte array.

Is there such a library?

Alternatively, pointed to a guide as to how I can extract this information is welcome.

I can convert multiple files into a single file easily, but I can only account for length,directory and data.

Any help is appreciated
 
Do you already have the files and lengths somewhere and need to extract them into individual files? Not totally clear what you have to start with.
 
Do you already have the files and lengths somewhere and need to extract them into individual files? Not totally clear what you have to start with.
Hello.

No, I prefer a library to do both the conversion to a byte array and the conversion back to files.
 
Last edited:
Back
Top