2012-05-29 19:52:43 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2009-06-29 02:44:22 +04:00
|
|
|
|
|
|
|
private:
|
|
|
|
nsCString mCharset;
|
2014-03-05 23:38:50 +04:00
|
|
|
inline int32_t read()
|
|
|
|
{
|
2009-06-29 02:44:22 +04:00
|
|
|
return readable->read();
|
|
|
|
}
|
|
|
|
public:
|
2013-11-25 12:06:56 +04:00
|
|
|
void sniff(nsHtml5ByteReadable* bytes, nsACString& charset);
|