https://github.com/javinator9889/iomanager
Java IO Manager - a class designed for improving the usage of the Input/Output in your Java programs, making your life easier
https://github.com/javinator9889/iomanager
class input-output io iomanager java java-8 java-programming manage-io open-source powerful
Last synced: 26 days ago
JSON representation
Java IO Manager - a class designed for improving the usage of the Input/Output in your Java programs, making your life easier
- Host: GitHub
- URL: https://github.com/javinator9889/iomanager
- Owner: Javinator9889
- License: gpl-3.0
- Created: 2017-12-08T17:10:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T22:24:30.000Z (about 8 years ago)
- Last Synced: 2025-02-01T04:41:24.477Z (about 1 year ago)
- Topics: class, input-output, io, iomanager, java, java-8, java-programming, manage-io, open-source, powerful
- Language: Java
- Homepage:
- Size: 233 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IOManager
*A class designed for improving the usage of the Input/Output in your Java programs, making your life easier and faster.*
## How it works
This Java class uses *native methods* and other *implemented methods* for doing **everyday stuff** easily and fastly. For example, instead of typing `System.out.println` now is just `write` (or `writeln`).
There is also an *adaptative method* for reading from keyboard in Java: do not think more in **declaring specific types** of vars, and then capture them with a very long (and sometimes complex) syntax and parameters. Now, just assign the result of `readKeyboard` to your var.
Finally, there are also **file managing** methods implemented:
+ *Open file*
+ *Create files*
+ *Write into files* while you are reading
+ *Read files* & *byte files*
+ *More...*
## Well, you almost convinced me. How can I use it?
Here, *in the project*, you have an [example class](https://github.com/Javinator9889/IOManager/blob/master/example.java) in which you can see **the usage of all implemented** methods.
There are *console writing* samples, *file reading* and *file writing* samples and more. For a fastest view, you can see the results right here:

Also, you have `file.txt` for a complete resolution of the sample. If all of this is not enough for you, here you have the **[complete wiki](https://goo.gl/5hQdrS)** where you will be able to find all the information you need.
## Okay, okay. How to download?
Just clic *the button below button* and get all package. Then, just copy the folder "IOManager" to your project root directory
[](https://goo.gl/XTDef9)
## I have used it and I love it. What can I do?
You can do:
+ **Fork** these project and *develop* your custom version: I will like to see it
+ **Rate**, giving me a star ⭐️
+ **See my other projects** in which I spent so much time working on them 💻
+ **And watch 👁** if you would like to recieve new upgardes