public interface FileContentReader extends ContentReader
ContentReader
for Readers which are able to
make the backing file available to you.ContentReader
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Check if the
underlying content is present. |
File |
getFile()
Provides access to the underlying File that this
Reader accesses.
|
getContent, getContent, getContentInputStream, getContentString, getContentString, getFileChannel, getLastModified, getReadableChannel, getReader, isClosed
addListener, getContentData, getContentUrl, getEncoding, getLocale, getMimetype, getSize, isChannelOpen, setEncoding, setLocale, setMimetype
File getFile()
boolean exists()
ContentReader
underlying content
is present.exists
in interface ContentReader
Copyright © 2005–2018 Alfresco Software. All rights reserved.