starzboy Posted February 14, 2009 Posted February 14, 2009 HelloToday we see a lot of applications which use the container file.How does this container file work ?We have many files and some folders with files in them, if i need to create a container to store them, how does it work ?Does it have a fixed header whihc has the file names and sizes ?Please shed some light on this
0xFF Posted February 14, 2009 Posted February 14, 2009 Can you show me an example of "Container File" ?
starzboy Posted February 14, 2009 Author Posted February 14, 2009 anything... like zip, rarhow does a zip file store so many files inside it, how does it remember the file names, directory names, etc...
Teddy Rogers Posted February 14, 2009 Posted February 14, 2009 Sounds like you need the technical specifications of the ZIP format. I think 6.3.2 is the latest version to work from if you plan on using ZIP....ZIP_File_Format_Specification.txtTed.
0xFF Posted February 14, 2009 Posted February 14, 2009 I bet they have their own encoding/decoding scheme for this kind of thing, if you're good with math you could come up with an idea to shrink a binary with a specific encoding method.
Departure Posted February 14, 2009 Posted February 14, 2009 I guess in the basic sence of the word "container" a resource could be counted as a container, it is stored with the application or by its self, easy to see whats in it easy to extract files from the resource..I guess another form of a contain could be basically a bunch of files binded together with infomation at what address the files bytes start and finish.all these "crypters" around these days use this method of compressing and storing in a "stub" which could also be defined as a container.I guess what im trying to say is the word "container" is very broad when talking programming, it could mean anything really.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now