Class ByteArrayDataSource
java.lang.Object
org.apache.pdfbox.preflight.utils.ByteArrayDataSource
- All Implemented Interfaces:
DataSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
-
type
-
name
-
-
Constructor Details
-
ByteArrayDataSource
- Throws:
IOException
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceDataSource
-
setType
- Parameters:
type- the type to set
-
setName
- Parameters:
name- the name to set
-
getInputStream
- Specified by:
getInputStreamin interfaceDataSource- Throws:
IOException
-
getName
- Specified by:
getNamein interfaceDataSource
-
getOutputStream
- Specified by:
getOutputStreamin interfaceDataSource- Throws:
IOException
-