Class LoadableResource

    • Constructor Detail

      • LoadableResource

        public LoadableResource()
    • Method Detail

      • read

        public abstract java.io.Reader read()
        Reads the contents of this resource.
        Returns:
        The reader with the contents of the resource.