ikbs.files.illustration
Interface PropertySaver

All Known Implementing Classes:
Property

public interface PropertySaver


Method Summary
 void loadProperties(java.io.BufferedReader stream)
          Pour sauver les propriétés
 void saveProperties(java.io.BufferedWriter writer)
          Pour charger les propriétés
 

Method Detail

loadProperties

void loadProperties(java.io.BufferedReader stream)
                    throws java.io.IOException
Pour sauver les propriétés

Throws:
java.io.IOException

saveProperties

void saveProperties(java.io.BufferedWriter writer)
                    throws java.io.IOException
Pour charger les propriétés

Throws:
java.io.IOException