Lines Matching refs:file
4 * or more contributor license agreements. See the NOTICE file
6 * regarding copyright ownership. The ASF licenses this file
8 * "License"); you may not use this file except in compliance
75 /** Copies a file
78 URL of the file to be copied
80 URL of the location the file should be copied to
88 /** Moves a file
91 URL of the file to be moved
93 URL of the location the file should be moved to
101 /** Removes a file. If the URL represents a folder, the folder will be
125 /** Checks if a file is "read only"
137 /** Sets the "read only" of a file according to the boolean parameter,
156 /** Returns the size of a file.
159 URL of the file
161 @return Size of the file in bytes
167 /** Returns the content type of a file.
172 URL of the file
174 @return Content type of the file
180 /** Returns the last modified date for the file
183 URL of the file
185 @return Last modified date for the file
198 @return The content of a folder, each file as one string
205 /** Checks if a file exists
218 /** Opens file to read
224 An XInputStream, if the file can be opened for reading
230 /** Opens file to write.
236 An XOutputStream, if the file can be opened for writing
239 <type>UnsupportedDataSinkException</type>, if the file cannot be
248 /** Opens file to read and write
254 An XStream, if the file can be opened for reading and writing
257 <type>UnsupportedDataSinkException</type>, if the file cannot be