Created
March 14, 2012 13:08
-
-
Save trukhinyuri/2036329 to your computer and use it in GitHub Desktop.
Java Simple Class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Configuration file | |
| class ConfigFile { | |
| private final long SEEK = 99999; | |
| public long getSeek() {return SEEK;}; | |
| private long pointer; | |
| public long getPointer() {return seek;}; | |
| public void setPointer(long pointer) {this.pointer = pointer;}; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment