|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.cms.filesystem.CSEntry
blackboard.cms.filesystem.CSFile
public class CSFile
An object for a file in the file system.
| Method Summary | |
|---|---|
void |
getFileContent(java.io.OutputStream out)
Return the content for the version this file object points to by writing to the passed OutputStream. |
java.lang.String |
getFileContentType()
Get the content type for this file. |
void |
setFileContentType(java.lang.String str)
Change the content type for this file. |
| Methods inherited from class blackboard.cms.filesystem.CSEntry |
|---|
delete, deleteAccessControlEntry, getAccessControlEntries, getAccessControlEntry, getBaseName, getCreationTimestamp, getCSEntryMetadata, getFileSystemEntry, getFullPath, getLastUpdateTimestamp, getParentPath, getSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setFileContentType(java.lang.String str)
throws CSFileSystemException
str - a String representing the new content type
CSFileSystemException
public java.lang.String getFileContentType()
throws CSFileSystemException
CSFileSystemException
public void getFileContent(java.io.OutputStream out)
throws CSFileSystemException
out - an OutputStream to write to
CSFileSystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||