Interface VFSEntry

    • Method Detail

      • getProperties

        edu.uiuc.ncsa.security.core.configuration.XProperties getProperties()
      • setProperties

        void setProperties​(edu.uiuc.ncsa.security.core.configuration.XProperties xp)
      • setProperty

        void setProperty​(String key,
                         Object value)
      • getContents

        byte[] getContents()
      • isBinaryType

        boolean isBinaryType()
      • getBytes

        byte[] getBytes()
      • convertToStem

        QDLStem convertToStem()
      • setPath

        void setPath​(String newPath)
      • getInputStream

        InputStream getInputStream()
        Special case for internal use. The file is processed and a reader is created for the content. This is used internally, e.g. the for_lines iterator.
        Returns: