public class AutoDetectReader extends BufferedReader
Constructor and Description |
---|
AutoDetectReader(InputStream stream) |
AutoDetectReader(InputStream stream,
Metadata metadata) |
AutoDetectReader(InputStream stream,
Metadata metadata,
EncodingDetector encodingDetector) |
AutoDetectReader(InputStream stream,
Metadata metadata,
ServiceLoader loader) |
Modifier and Type | Method and Description |
---|---|
InputSource |
asInputSource() |
Charset |
getCharset() |
public AutoDetectReader(InputStream stream, Metadata metadata, EncodingDetector encodingDetector) throws IOException, TikaException
IOException
TikaException
public AutoDetectReader(InputStream stream, Metadata metadata, ServiceLoader loader) throws IOException, TikaException
IOException
TikaException
public AutoDetectReader(InputStream stream, Metadata metadata) throws IOException, TikaException
IOException
TikaException
public AutoDetectReader(InputStream stream) throws IOException, TikaException
IOException
TikaException
public Charset getCharset()
public InputSource asInputSource()
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.