Skip to content

simple static methods for java standard input/output

License

Notifications You must be signed in to change notification settings

opedrosiqueira/io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

io

simple static methods for java standard input/output

it encapsulates as static methods the public methods of the JavaSE System.out and Scanner objects.

the purpose of this class is to make calls to Scanner/System.out methods simpler and less verbose to read/write from/to standard input/output.

Maven:

    <dependency>
        <groupId>com.github.opedrosiqueira</groupId>
        <artifactId>io</artifactId>
        <version>0.1</version>
    </dependency>

About

simple static methods for java standard input/output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages