public class JPEGFilter extends MediaFilter implements SelfRegisterInputFormats
| Constructor and Description |
|---|
JPEGFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleName() |
String |
getDescription() |
InputStream |
getDestinationStream(InputStream source) |
String |
getFilteredName(String oldFilename)
Get a filename for a newly created filtered bitstream
|
String |
getFormatString() |
String[] |
getInputDescriptions() |
String[] |
getInputExtensions() |
String[] |
getInputMIMETypes() |
postProcessBitstream, preProcessBitstreampublic String getFilteredName(String oldFilename)
FormatFiltergetFilteredName in interface FormatFilteroldFilename - name of source bitstreampublic String getBundleName()
getBundleName in interface FormatFilterpublic String getFormatString()
getFormatString in interface FormatFilterpublic String getDescription()
getDescription in interface FormatFilterpublic InputStream getDestinationStream(InputStream source) throws Exception
getDestinationStream in interface FormatFiltersource - source input streamExceptionpublic String[] getInputMIMETypes()
getInputMIMETypes in interface SelfRegisterInputFormatspublic String[] getInputDescriptions()
getInputDescriptions in interface SelfRegisterInputFormatspublic String[] getInputExtensions()
getInputExtensions in interface SelfRegisterInputFormatsCopyright © 2015 DuraSpace. All Rights Reserved.