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
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