public class TransferableFactory extends Object
Modifier and Type | Method and Description |
---|---|
Transferable |
createStreamTransferable(String pContentType,
InputStream pPayLoad,
String pCharset) |
Transferable |
createTextualTransferable(String pContentType,
String pPayLoad,
String pTargetCharset) |
static TransferableFactory |
getInstance() |
public static TransferableFactory getInstance()
public Transferable createTextualTransferable(String pContentType, String pPayLoad, String pTargetCharset)
public Transferable createStreamTransferable(String pContentType, InputStream pPayLoad, String pCharset) throws IOException
IOException
Copyright © 2004–2018 52north.org. All rights reserved.