Interface Resource

    • Method Detail

      • getUrl

        java.net.URL getUrl()
      • requireExists

        void requireExists()
      • exists

        boolean exists()
      • getSize

        long getSize()
      • getTimestamp

        long getTimestamp()
      • openStream

        java.io.InputStream openStream()
      • openReader

        java.io.Reader openReader()
      • readString

        java.lang.String readString()
      • readBytes

        byte[] readBytes()
      • readLines

        java.util.List<java.lang.String> readLines()
      • getBytes

        com.google.common.io.ByteSource getBytes()