Skip to content

Instantly share code, notes, and snippets.

@trukhinyuri
Created March 14, 2012 13:08
Show Gist options
  • Select an option

  • Save trukhinyuri/2036329 to your computer and use it in GitHub Desktop.

Select an option

Save trukhinyuri/2036329 to your computer and use it in GitHub Desktop.
Java Simple Class
// 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