Class PropertyFileEncodedLoader

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    public class PropertyFileEncodedLoader
    extends com.zerog.util.ZGProperties
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.zerog.util.ZGProperties

        defaults
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void load​(java.io.InputStream inStream, boolean isMergeModule)  
      • Methods inherited from class com.zerog.util.ZGProperties

        getProperty, getProperty, list, list, load, load, load, mergeProperties, propertyNames, save, setProperty, store, store, store
      • Methods inherited from class java.util.Properties

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, loadFromXML, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyFileEncodedLoader

        public PropertyFileEncodedLoader()
    • Method Detail

      • load

        public void load​(java.io.InputStream inStream,
                         boolean isMergeModule)
                  throws java.io.IOException
        Overrides:
        load in class com.zerog.util.ZGProperties
        Throws:
        java.io.IOException