|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentItemFile
There is no access to this class outside of this package.
Method Summary | |
---|---|
long |
copyToFile(String newFileName)
Copies the latest file to another location |
boolean |
deleteOsFile()
Deletes the file in the Operating System |
String |
getActionName()
|
Date |
getFileDateTime()
|
long |
getFileSize()
|
String |
getId()
|
InputStream |
getInputStream()
|
String |
getOsFileName()
|
String |
getOsPath()
|
OutputStream |
getOutputStream(boolean overWriteOk)
|
OutputStream |
getOutputStream(boolean overWriteOk,
boolean append)
|
Reader |
getReader()
|
Method Detail |
---|
String getOsFileName()
String getOsPath()
String getActionName()
String getId()
long getFileSize()
Date getFileDateTime()
InputStream getInputStream() throws ContentException
ContentException
Reader getReader() throws ContentException
ContentException
OutputStream getOutputStream(boolean overWriteOk) throws ContentException
overWriteOk
- Indicates whether overwriting the file on disk is ok.
(determined by the write mode of the containing ContentItem).
ContentException
OutputStream getOutputStream(boolean overWriteOk, boolean append) throws ContentException
overWriteOk
- Indicates whether overwriting the file on disk is ok.
(determined by the write mode of the containing ContentItem).append
- Indicates whether to append to the file.
ContentException
long copyToFile(String newFileName) throws ContentException
newFileName
- File name to copy to. Must be fully qualified.
ContentException
boolean deleteOsFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |