public class ByteFlipper extends Object implements Transformer
Constructor and Description |
---|
ByteFlipper() |
Modifier and Type | Method and Description |
---|---|
Set<MediaType> |
getSupportedTypes()
Returns the set of media types supported by this parser when used
with the given parse context.
|
void |
setPercentCorrupt(float percentCorrupt) |
void |
transform(InputStream is,
OutputStream os) |
public Set<MediaType> getSupportedTypes()
Transformer
getSupportedTypes
in interface Transformer
public void transform(InputStream is, OutputStream os) throws IOException
transform
in interface Transformer
IOException
public void setPercentCorrupt(float percentCorrupt)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.