public interface ResourceLoader
boolean exists(String path) throws IOException
path - resource path.true if the resource exists.IOException - when i/o error occurs while checking for resource existence.String load(String path, String charset) throws IOException
path - resource path.charset - character set name, valid with respect to
Charset.IOException - when i/o error occurs while loading the resource, or charset
is invalid.Copyright © 2014 Asual DZZD. All Rights Reserved.