EncodingDetector.Detect Method
Name | Parameters | Description |
---|---|---|
Detect |
buffer, from, length | Detect character encoding of bytes in the specified range of an array. |
Detect |
buffer | Detect character encoding of bytes in the specified range of an array. |
Detect |
stream, max |
Detect character encoding of bytes in the specified stream. |
Detect |
stream, max |
Detect character encoding of bytes in the specified stream. |
Detect |
stream | Detect character encoding of bytes in the specified stream. |