https://github.com/petekgithub/jpg-copier-java-io-and-multithreads
A simple picture copy programme with multithreading.
https://github.com/petekgithub/jpg-copier-java-io-and-multithreads
fileinputstream java multithreading
Last synced: 7 months ago
JSON representation
A simple picture copy programme with multithreading.
- Host: GitHub
- URL: https://github.com/petekgithub/jpg-copier-java-io-and-multithreads
- Owner: petekgithub
- Created: 2018-10-27T20:45:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T07:02:50.000Z (almost 7 years ago)
- Last Synced: 2025-06-01T23:17:19.058Z (8 months ago)
- Topics: fileinputstream, java, multithreading
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jpg Copier with Multithreading and Java I/O
A simple program that copies a jpg file 3 times with 3 threads.
## What I Learned
* Copying a file and using FileInput/OutputStream
* Practice of Multithreading