Lesson 17 - Working with custom files in Java - Saving and loading ZIPs
In the previous lesson, Working with custom files in Java - Zip archive, we introduced the possibilities of zip archives and started a project with an employee input form. In today's Java tutorial, we're going to learn how to work with ZIP folders in Java and save and load custom file types.
Employee Encoder and Decoder
Before we start working with ZIP files, we need to have something to be saved
first. Therefore, we'll create two classes that will take care of saving and
loading employees into XML. I named the class for writing
EmployeeXMLEncoder
and the one for reading
EmployeeXMLDecoder
. Since we already know XML in Java,
I'll just show codes of both classes right away. We'll describe only the most
important parts.
EmployeeXMLEncoder
The content of the employee saving class is as follows:
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll save a file with a custom *.emp extension and load it afterwards. We'll learn how to work with ZIP folders in Java.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.