de.kosi.gui.util
Class FileConfig

java.lang.Object
  |
  +--de.kosi.gui.util.Config
        |
        +--de.kosi.gui.util.FileConfig

public class FileConfig
extends Config


Fields inherited from class de.kosi.gui.util.Config
properties
 
Constructor Summary
FileConfig()
           
 
Method Summary
protected  java.io.InputStream getInputStream()
           
protected  java.io.OutputStream getOutputStream()
           
 
Methods inherited from class de.kosi.gui.util.Config
getBoolean, getInt, getString, getStringArray, init, load, set, set, set, set, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileConfig

public FileConfig()
Method Detail

getInputStream

protected java.io.InputStream getInputStream()
Overrides:
getInputStream in class Config

getOutputStream

protected java.io.OutputStream getOutputStream()
Overrides:
getOutputStream in class Config