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
orbiter 30aed9824a
moved getBytes() to UTF8.getBytes() to use a default String encoding
14 years ago
..
html moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
images *) Minor changes, mainly cleaning up a little bit, no functional changes. 14 years ago
xml 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
bzipParser.java *) minor changes 14 years ago
csvParser.java *) minor changes 14 years ago
docParser.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
genericParser.java *) minor changes 14 years ago
gzipParser.java fixed bugs in parser and ftp client 14 years ago
htmlParser.java adding extension for parser 14 years ago
mmParser.java *) Ooops... 14 years ago
odtParser.java *) minor changes 14 years ago
ooxmlParser.java *) minor changes 14 years ago
pdfParser.java *) minor changes 14 years ago
pptParser.java
psParser.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
rssParser.java *) minor changes 14 years ago
rtfParser.java *) minor changes 14 years ago
sevenzipParser.java *) minor changes 14 years ago
sidAudioParser.java *) minor enhancements 14 years ago
sitemapParser.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
swfParser.java small bug fixes and experiments with search speed enhancement 14 years ago
tarParser.java *) minor changes 14 years ago
torrentParser.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
vcfParser.java *) minor changes 14 years ago
vsdParser.java *) minor changes 14 years ago
xlsParser.java
zipParser.java *) minor changes 14 years ago