|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILocalFile
This interface represents a local file object.
This interface is typically obtained as the result of the IFiles.addFile
or IFile.addUniqueFile operations.
| Method Summary | |
|---|---|
java.io.File |
getFile()
Returns the file object that represents this local file. |
java.io.InputStream |
getInputStream()
Returns the input stream for this local file. |
java.lang.String |
getLocalFile()
Returns the local file name. |
java.io.OutputStream |
getOutputStream()
Returns the output stream for this local file. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IFile |
|---|
abort, commit, getActualName, getDestRelativePath, getName, getSize |
| Method Detail |
|---|
java.lang.String getLocalFile()
Returns the local file name.
String containing the local file name.java.io.File getFile()
Returns the file object that represents this local file.
File object that represents this local file.
java.io.OutputStream getOutputStream()
throws java.io.IOException
Returns the output stream for this local file.
OutputStream for this local file.
java.io.IOException - This is thrown if there is an error getting the output stream.
java.io.InputStream getInputStream()
throws java.io.IOException
Returns the input stream for this local file.
InputStream for this local file.
java.io.IOException - This is thrown if there is an error getting the input stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||