public interface ContentFile extends Content
Modifier and Type | Method and Description |
---|---|
void |
fileReadCallback(int nBytes)
Callback for receiving progress feedback during transfer of the ContentFile
|
void |
fileWriteCallback(int nBytes)
Callback for receiving progress feedback during transfer of the ContentFile
|
File |
getFile() |
getFileName, getLength, getMimeType
void fileReadCallback(int nBytes) throws IOException
nBytes
- : Number of bytes read.IOException
void fileWriteCallback(int nBytes)
nBytes
- : Number of bytes written.File getFile()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.