| Modifier and Type | Method and Description |
|---|---|
static Format |
Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Converter.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(java.io.File f,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(java.io.File f,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(java.io.InputStream instream,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(java.io.InputStream instream,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
Copyright © 2007–2023. All rights reserved.