org.jboss.resteasy.plugins.providers
Class DataSourceProvider.SequencedDataSource
java.lang.Object
org.jboss.resteasy.plugins.providers.DataSourceProvider.SequencedDataSource
- All Implemented Interfaces:
- javax.activation.DataSource
- Enclosing class:
- DataSourceProvider
protected static class DataSourceProvider.SequencedDataSource
- extends java.lang.Object
- implements javax.activation.DataSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceProvider.SequencedDataSource
public DataSourceProvider.SequencedDataSource(byte[] byteBuffer,
int byteBufferOffset,
int byteBufferLength,
java.io.File tempFile,
java.lang.String type)
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in interface javax.activation.DataSource
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream
in interface javax.activation.DataSource
- Throws:
java.io.IOException
getName
public java.lang.String getName()
- Specified by:
getName
in interface javax.activation.DataSource
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Specified by:
getOutputStream
in interface javax.activation.DataSource
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.