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()
DataContentHandler
getTransferDataFlavors
in interface DataContentHandler
public Object getTransferData(DataFlavor flavor, DataSource dataSource) throws IOException
getTransferData
in interface DataContentHandler
flavor
- The DataFlavor.dataSource
- DataSource.IOException
- in case of an I/O errorpublic Object getContent(DataSource dataSource) throws IOException
DataContentHandler
getTransferDataFlavors
method.getContent
in interface DataContentHandler
dataSource
- 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 DataContentHandler
obj
- 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 © 2021 JBoss by Red Hat. All rights reserved.