public class IOCapabilities extends Object
DataReader
,
DataWriter
,
DrawableWriter
Constructor and Description |
---|
IOCapabilities(String format,
String name,
String mimeType,
String[] extensions)
Creates a new
IOCapabilities object with the specified
format, name, MIME-Type and filename extensions. |
Modifier and Type | Method and Description |
---|---|
String[] |
getExtensions()
Returns an array with Strings containing all possible filename
extensions.
|
String |
getFormat()
Returns the format.
|
String |
getMimeType()
Returns the MIME-Type of the format.
|
String |
getName()
Returns the name of the format.
|
public String getFormat()
public String getName()
public String getMimeType()
public String[] getExtensions()
Copyright © 2009-2013. All Rights Reserved.