Class DataSourceProvider.SequencedDataSource
java.lang.Object
org.jboss.resteasy.plugins.providers.DataSourceProvider.SequencedDataSource
- All Implemented Interfaces:
DataSource
- Enclosing class:
DataSourceProvider
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SequencedDataSource
(byte[] byteBuffer, int byteBufferOffset, int byteBufferLength, File tempFile, String type) -
Method Summary
-
Field Details
-
byteBuffer
private final byte[] byteBuffer -
byteBufferOffset
private final int byteBufferOffset -
byteBufferLength
private final int byteBufferLength -
tempFile
-
type
-
-
Constructor Details
-
SequencedDataSource
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in interfaceDataSource
-
getInputStream
- Specified by:
getInputStream
in interfaceDataSource
- Throws:
IOException
-
getName
- Specified by:
getName
in interfaceDataSource
-
getOutputStream
- Specified by:
getOutputStream
in interfaceDataSource
- Throws:
IOException
-