JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel
WrappedFile
Contents
Description
Method Summary
Method Details
getFile()
getBody()
getFileLength()
Hide sidebar
Show sidebar
Interface WrappedFile<
T
>
public interface
WrappedFile<T>
Wraps a file.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
getBody
()
Gets the content of the file.
T
getFile
()
Gets the file.
long
getFileLength
()
Gets the file length in bytes.
Method Details
getFile
T
getFile
()
Gets the file.
Returns:
the file.
getBody
Object
getBody
()
Gets the content of the file.
Returns:
the content of the file.
getFileLength
long
getFileLength
()
Gets the file length in bytes.
Returns:
the length of the file in bytes.