public class FastInfosetDataContentHandler extends Object implements DataContentHandler
Constructor and Description |
---|
FastInfosetDataContentHandler() |
Modifier and Type | Method and Description |
---|---|
Object |
getContent(DataSource dataSource) |
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
getContent
in interface DataContentHandler
IOException
public void writeTo(Object obj, String mimeType, OutputStream os) throws IOException
writeTo
in interface DataContentHandler
IOException
Copyright © 2019 Oracle. All rights reserved.