public class FastInfosetDataContentHandler extends Object implements DataContentHandler
| Constructor and Description |
|---|
FastInfosetDataContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent(DataSource dataSource)
Return an object representing the data in its most preferred form.
|
Object |
getTransferData(DataFlavor flavor,
DataSource dataSource)
Return the Transfer Data of type DataFlavor from InputStream
|
DataFlavor[] |
getTransferDataFlavors()
Return the DataFlavors for this
DataContentHandler |
void |
writeTo(Object obj,
String mimeType,
OutputStream os)
Construct an object from a byte stream
(similar semantically to previous method, we are deciding
which one to support)
|
public static final String STR_SRC
public DataFlavor[] getTransferDataFlavors()
DataContentHandlergetTransferDataFlavors in interface DataContentHandlerpublic Object getTransferData(DataFlavor flavor, DataSource dataSource) throws IOException
getTransferData in interface DataContentHandlerflavor - The DataFlavor.dataSource - DataSource.IOException - in case of an I/O errorpublic Object getContent(DataSource dataSource) throws IOException
DataContentHandlergetTransferDataFlavors method.getContent in interface DataContentHandlerdataSource - The DataSource representing the data to be converted.IOException - if the data can't be accessedpublic void writeTo(Object obj, String mimeType, OutputStream os) throws IOException
writeTo in interface DataContentHandlerobj - The object to be converted.mimeType - The requested MIME type of the resulting byte stream.os - The output stream into which to write the converted
byte stream.IOException - errors writing to the streamCopyright © 2019 JBoss by Red Hat. All rights reserved.