You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/net/yacy/document/parser/html
orbiter 30aed9824a
moved getBytes() to UTF8.getBytes() to use a default String encoding
14 years ago
..
AbstractScraper.java *) cleaning up the code a little bit 15 years ago
AbstractTransformer.java removed finalize methods because of a hint in 15 years ago
CharacterCoding.java performance hacks for better search performance 15 years ago
ContentScraper.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
ContentTransformer.java performance enhancements using an alternative to a insensitive collator (a complex string compare): 14 years ago
ImageEntry.java - added new protocol loader for 'file'-type URLs 15 years ago
Scraper.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 16 years ago
ScraperInputStream.java - added new protocol loader for 'file'-type URLs 15 years ago
ScraperListener.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 16 years ago
Transformer.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 16 years ago
TransformerWriter.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago