protected static class DataSourceProvider.SequencedDataSource extends Object implements DataSource
Constructor and Description |
---|
DataSourceProvider.SequencedDataSource(byte[] byteBuffer,
int byteBufferOffset,
int byteBufferLength,
File tempFile,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
public String getContentType()
getContentType
in interface DataSource
public InputStream getInputStream() throws IOException
getInputStream
in interface DataSource
IOException
public String getName()
getName
in interface DataSource
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface DataSource
IOException
Copyright © 2013. All Rights Reserved.