Documentation of 'org.encog.util.file.ResourceInputStream' Java class
ResourceInputStream
org.encog.util.file

Class ResourceInputStream



  • public class ResourceInputStream
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.io.InputStream openResourceInputStream(java.lang.String resource)
      Construct a location to read from the specified resource.
      static java.lang.String readResourceAsString(java.lang.String resource) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceInputStream

        public ResourceInputStream()
    • Method Detail

      • openResourceInputStream

        public static java.io.InputStream openResourceInputStream(java.lang.String resource)
        Construct a location to read from the specified resource. An example of the format for a file stored this way is: org/encog/data/classes.txt
        Parameters:
        resource - The resource to read from.
        Returns:
        The stream.
      • readResourceAsString

        public static java.lang.String readResourceAsString(java.lang.String resource)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.