Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Splitter
#1



[attachment=8158]

SUBMITTED BY-
NAME -YURI NARANG

Technology used

1. C
2. C++
3. Graphics under c & c++
4. Core java

The C language->
C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie.
It has since spread to many other platforms
C has also greatly influenced many other popular languages, especially C++, which was designed as an enhancement to C.

Language C++
C++ is a general-purpose programming language with high-level and low-level capabilities.
C++ is regarded as a mid-level language. This indicates that C++ is comprised of a combination of both high-level and low-level language features
C++ was developed
in 1983
at Bell Labs as an enhancement to the C programming language.

Core java
1. Programming language
2. Developed by sunmicrosystems
3. Earlier known as OAK in 1992
4. Inherits syntex from C and concept from C++
5. Write once, run anywhere" (WORA)
OOPS

Features of java
1. OS independent
2. Machine independent
3. Internet based
4. Multi threading( executing more than 1 part at any moment as program is divided into threads)
5. Garbage collection/collector (remove unreferenced m/m)

Compile & Run
1. Save by classname (say xyz.java)
2. Compile with Javac xyz.java
3. Run with java xyz

Topics Under Java
1. Class & Objects
2. Methods( functions in C)
3. Inheritance(single & multilevel)
4. Exception Handling(try,catch,throw)
5. Packages(import package name)
6. APPLETS
7. Swing(advanced version of awt)
8. JDBC(java database connectivity) & ODBC

File Splitter
File Splitter is a java application which enables a user to split or join file of any format.
File Splitter splits a file into any no. of splits of a defined size of the file

Why Should We Use It ???
With this application, a user can make use of the secondary storage very efficiently and can optimize the
speed of the machine to be worked on
This application supports .jpg,..mp3,.mpeg file and saves the file into .sfl format.

File Splitter can split any type of file into smaller pieces and rejoin them to the original file. It helps you copy the split ones to floppy disk or CD/DVD, or send them via e-mail. File Splitter supports 3 split modes: It can split a file equally by size. Users can specify a custom size such as 1.44MB(floppy disk ), 650M (CD size). It can also split a file equally by number, and cut any segment of the file as needed.

Overview of Data Requirement
1. The filename.
2. Path where it exists.
3. Number of splits.
4. Size of the splits.
5. Another option appears either to split or join.

1. The project requires no web based application.
2. The project is not confined for persistent data.
3. Only sfl file can be joined(LIMITATION).

Specific Requirement
The user must have the knowledge about java programming.

Performance Requirement
The project is quite reliable in terms of security basis, in general several users can access it and can carry on the proceedings .

Hardware Requirement
1. P3 or p4 processor
2. 128 mb Ram.
3. 20 gb hardisk
4. Free space

Quality Attribute
Security issues are the main concern for any project,it is necessary the security issue does not create any problem in any ways. The project file splitter ensures that security is the main concern and quality is maintained.

Software Requirement

Jdk1.3 or above

JDK 1.x to compile and JRE are required to run this application.


Reply

#2
File Splitter is a software which is used to split the user specifying file according to the user specifying size. It is very difficult to transfer one big file from one end to another through any media like internet or small storage like Floppy, Pen drive etc. This software helps to overcome this problem. The splitted portions of file may carry some temporary information to denote the the number of splitted part and total number of parts etc. This idea is used to split big files to small pieces for transferring purpose, uploading etc. In the destination side, these parts of file can be jointed to form the original source file.
Splitting process is mainly aiming in the area of file transferring from one end to another.
There are three techniques to split the file.
1.Split in the size of 1.4MB (Floppy size)
2.Split in the size of 650MB(CD size)
3.User specifying size, Here file will be splitted equally in the specified size.

To ensure the security, the user can include password to split and combine the files. This splitted portion will be in non readable format and will be encrypted. If the user has given password to split, the same password is required to do the combining option. This program is developed using Java and can implement in .NET also.
Reply

#3
File Splitter Utility
This article describes a simple simple file splitter / joiner application.It can be used to split files when transfering files over the internet using FTP, email, etc It has a simple user interface that interfaces with a simple controller class. The controller class coordinates the requests from the UI, initiates the two worker classes.

Using the code
These classes expose a set of simple methods and an event called ProgressNotify which provides the percent of completion of the task . The internal buffer used, as well as the the size of the file segments.

FileSplitter has one real method that just takes a filename to split and uses the file naming convention.The method FileJoiner does the equivalent of a DOS command "copy /b file1 + file2 + file3 finalfile ".

for full details and the source code download, visit:
http://codeprojectKB/cs/filesplitter.aspx
codeprojectKB/vb/TextFileSplitter.aspx
Reply

#4
i have report
but i dont have file splitter if u have splitter with encryption with code then plz forwrd me at mail
id: [email protected]
Reply

#5
To get more information about the topic " File Splitter" please refer the page link below

http://seminarsprojects.net/Thread-file-splitter
Reply

#6
To get more information about the topic " File Splitter" please refer the page link below

http://seminarsprojects.net/Thread-file-splitter
Reply

#7
for more details on 'File Splitter' , please follow the thread given below

http://seminarsprojects.net/Thread-file-splitter
Reply

#8
please help me to know more about modules in universal file splitter and merger
Reply

#9
full report needed. the full report of the file splitter is needed
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.