public class CompositeDigester extends Object implements DigestingParser.Digester
Constructor and Description |
---|
CompositeDigester(DigestingParser.Digester... digesters) |
Modifier and Type | Method and Description |
---|---|
void |
digest(InputStream is,
Metadata m,
ParseContext parseContext)
Digests an InputStream and sets the appropriate value(s) in the metadata.
|
public CompositeDigester(DigestingParser.Digester... digesters)
public void digest(InputStream is, Metadata m, ParseContext parseContext) throws IOException
DigestingParser.Digester
The given stream is guaranteed to support the
mark feature
and the detector
is expected to mark
the stream before
reading any bytes from it, and to reset
the stream before returning. The stream must not be closed by the
detector.
digest
in interface DigestingParser.Digester
is
- InputStream to digestm
- Metadata to set the values forparseContext
- ParseContextIOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.