Uses of Class
org.hortonmachine.gears.utils.style.sld.EncodingInfo
-
Packages that use EncodingInfo Package Description org.hortonmachine.gears.utils.style.sld -
-
Uses of EncodingInfo in org.hortonmachine.gears.utils.style.sld
Methods in org.hortonmachine.gears.utils.style.sld that return EncodingInfo Modifier and Type Method Description static EncodingInfoXmlCharsetDetector. getEncodingName(byte[] b4, int count)Returns the IANA encoding name that is auto-detected from the bytes specified, with the endian-ness of that encoding where appropriate.Methods in org.hortonmachine.gears.utils.style.sld with parameters of type EncodingInfo Modifier and Type Method Description voidEncodingInfo. copyFrom(EncodingInfo encInfo)Copies property values from anotherEncodingInfoinstance.static ReaderXmlCharsetDetector. createReader(InputStream istream, EncodingInfo encInfo)Creates a new reader on top of the givenInputStreamusing existing (external) encoding information.static ReaderXmlCharsetDetector. getCharsetAwareReader(InputStream istream, EncodingInfo encInfo)Based on Xerces-J code, this method will try its best to return a reader which is able to decode content of incoming XML document properly.
-