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: 4 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T07:02:50.000Z (over 6 years ago)
- Last Synced: 2025-01-01T01:45:18.861Z (5 months ago)
- Topics: fileinputstream, java, multithreading
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- 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