|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.netheos.pcsapi.models.CFile
net.netheos.pcsapi.models.CBlob
public class CBlob
Represents a blob of data as opposed to a folder
| Field Summary |
|---|
| Fields inherited from class net.netheos.pcsapi.models.CFile |
|---|
metadata, modificationDate |
| Constructor Summary | |
|---|---|
CBlob(CPath path)
|
|
CBlob(CPath path,
long length,
String contentType)
|
|
CBlob(CPath path,
long length,
String contentType,
Date modificationDate,
CMetadata metadata)
|
|
| Method Summary | |
|---|---|
String |
getContentType()
Get the file content type |
long |
length()
Get the file length |
String |
toString()
|
| Methods inherited from class net.netheos.pcsapi.models.CFile |
|---|
getMetadata, getModificationDate, getPath, isBlob, isFolder, setMetadata, setModificationDate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CBlob(CPath path,
long length,
String contentType)
public CBlob(CPath path,
long length,
String contentType,
Date modificationDate,
CMetadata metadata)
public CBlob(CPath path)
| Method Detail |
|---|
public String getContentType()
public long length()
public String toString()
toString in class CFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||