public interface IDavFile extends IDavItem
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
String |
getContentLanguage() |
long |
getContentLength() |
String |
getContentType() |
String |
getETag() |
void |
putContent(String contentType,
InputStream data) |
delete, getCreationDate, getLastModified, getName, getParentPath, getPath, getRepo, rename
getLock, getLocks, isLocked, lock
String getContentLanguage()
String getContentType()
long getContentLength()
String getETag()
InputStream getContent()
void putContent(String contentType, InputStream data)
Copyright © 2016–2022. All rights reserved.