public class AutoDetectReader extends BufferedReader
| Constructor and Description |
|---|
AutoDetectReader(InputStream stream) |
AutoDetectReader(InputStream stream,
Metadata metadata) |
AutoDetectReader(InputStream stream,
Metadata metadata,
ServiceLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
asInputSource() |
Charset |
getCharset() |
close, mark, markSupported, read, read, readLine, ready, reset, skippublic AutoDetectReader(InputStream stream, Metadata metadata, ServiceLoader loader) throws IOException, TikaException
IOExceptionTikaExceptionpublic AutoDetectReader(InputStream stream, Metadata metadata) throws IOException, TikaException
IOExceptionTikaExceptionpublic AutoDetectReader(InputStream stream) throws IOException, TikaException
IOExceptionTikaExceptionpublic Charset getCharset()
public InputSource asInputSource()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.