org.ini4j
Interface Persistable

All Known Implementing Classes:
Ini, Options, Reg, Wini

public interface Persistable


Method Summary
 File getFile()
           
 void load()
           
 void load(File input)
           
 void load(InputStream input)
           
 void load(Reader input)
           
 void load(URL input)
           
 void setFile(File value)
           
 void store()
           
 void store(File output)
           
 void store(OutputStream output)
           
 void store(Writer output)
           
 

Method Detail

getFile

File getFile()

setFile

void setFile(File value)

load

void load()
          throws IOException,
                 InvalidFileFormatException
Throws:
IOException
InvalidFileFormatException

load

void load(InputStream input)
          throws IOException,
                 InvalidFileFormatException
Throws:
IOException
InvalidFileFormatException

load

void load(Reader input)
          throws IOException,
                 InvalidFileFormatException
Throws:
IOException
InvalidFileFormatException

load

void load(File input)
          throws IOException,
                 InvalidFileFormatException
Throws:
IOException
InvalidFileFormatException

load

void load(URL input)
          throws IOException,
                 InvalidFileFormatException
Throws:
IOException
InvalidFileFormatException

store

void store()
           throws IOException
Throws:
IOException

store

void store(OutputStream output)
           throws IOException
Throws:
IOException

store

void store(Writer output)
           throws IOException
Throws:
IOException

store

void store(File output)
           throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.