org.archive.util

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Crawler » heritrix » org.archive.util 
org.archive.util
Java Source File NameTypeComment
AbstractLongFPSet.javaClass Shell of functionality for a Set of primitive long fingerprints, held in an array of possibly-empty slots.
Accumulator.javaInterface Parameterized interface for a stats-aggregating role.
ArchiveUtils.javaClass Miscellaneous useful methods.
ArchiveUtilsTest.javaClass
Base32.javaClass Base32 - encodes and decodes RFC3548 Base32 (see http://www.faqs.org/rfcs/rfc3548.html ) Imported public-domain code of Bitzi.
BenchmarkBlooms.javaClass Simple benchmarking of different BloomFilter implementations.
BloomFilter.javaInterface
BloomFilter32bit.javaClass A Bloom filter. SLIGHTLY ADAPTED VERSION OF MG4J it.unimi.dsi.mg4j.util.BloomFilter

KEY CHANGES:

  • Adapted to use 32bit ops as much as possible...
BloomFilter32bitSplit.javaClass A Bloom filter. SLIGHTLY ADAPTED VERSION OF MG4J it.unimi.dsi.mg4j.util.BloomFilter

KEY CHANGES:

  • Adapted to use 32bit ops as much as possible...
BloomFilter32bp2.javaClass A Bloom filter. SLIGHTLY ADAPTED VERSION OF MG4J it.unimi.dsi.mg4j.util.BloomFilter

KEY CHANGES:

  • Adapted to use 32bit ops as much as possible...
BloomFilter32bp2Split.javaClass A Bloom filter. SLIGHTLY ADAPTED VERSION OF MG4J it.unimi.dsi.mg4j.util.BloomFilter

KEY CHANGES:

  • Adapted to use 32bit ops as much as possible...
BloomFilter64bit.javaClass A Bloom filter. SLIGHTLY ADAPTED VERSION OF MG4J it.unimi.dsi.mg4j.util.BloomFilter

KEY CHANGES:

  • NUMBER_OF_WEIGHTS is 2083, to better avoid collisions between similar strings
  • Removed dependence on cern.colt MersenneTwister (replaced with SecureRandom) and QuickBitVector (replaced with local methods).
  • Adapted to allow long bit indices so long as the index/64 (used an array index in bit vector) fits within Integer.MAX_VALUE

Instances of this class represent a set of character sequences (with false positives) using a Bloom filter.

CachedBdbMap.javaClass A BDB JE backed hashmap.
CachedBdbMapTest.javaClass
DevUtils.javaClass Write a message and stack trace to the 'org.archive.util.DevUtils' logger.
DNSJavaUtil.javaClass Utility methods based on DNSJava.
FileUtils.javaClass Utility methods for manipulating files and directories.
FileUtilsTest.javaClass
Histotable.javaClass Collect and report frequency information.
HttpRecorder.javaClass Pairs together a RecordingInputStream and RecordingOutputStream to capture exactly a single HTTP transaction.
HttpRecorderMarker.javaInterface A marker interface to denote a class with a gettable HttpRecorder.
InetAddressUtil.javaClass InetAddress utility.
Inverter.javaClass A predicate that inverts another.
IoUtils.javaClass I/O Utility methods.
IoUtilsTest.javaClass
JavaLiterals.javaClass Utility functions to escape or unescape Java literal strings.
JEApplicationMBean.javaClass JEApplicationMBean is an example of how a JE application can incorporate JE monitoring into its existing MBean.
JEMBeanHelper.javaClass JEMBeanHelper is a utility class for the MBean implementation which wants to add management of a JE environment to its capabilities.
JmxUtils.javaClass Static utility used by JMX.
JmxUtilsTest.javaClass
JndiUtils.javaClass JNDI utilities.
LongWrapper.javaClass Wraps a long.
LRU.javaClass A least-recently used cache.
MimetypeUtils.javaClass Class of mimetype utilities.
MimetypeUtilsTest.javaClass
OneLineSimpleLogger.javaClass Logger that writes entry on one line with less verbose date.
PaddingStringBuffer.javaClass StringBuffer-like utility which can add spaces to reach a certain column.
PaddingStringBufferTest.javaClass
PatternMatcherRecycler.javaClass Utility class to retain a compiled Pattern and multiple corresponding Matcher instances for reuse.
PreJ15Utils.javaClass A collection of utility methods doing things that are easier in Java 1.5.
ProcessUtils.javaClass Class to run an external process.
ProgressStatisticsReporter.javaInterface
PropertyUtils.javaClass
Reporter.javaInterface
SubList.javaClass Universal sublist implementation.
SURT.javaClass Sort-friendly URI Reordering Transform. Converts URIs of the form: scheme://userinfo@domain.tld:port/path?query#fragment ...into... scheme://(tld,domain,:port@userinfo)/path?query#fragment The '(' ')' characters serve as an unambiguous notice that the so-called 'authority' portion of the URI ([userinfo@]host[:port] in http URIs) has been transformed; the commas prevent confusion with regular hostnames. This remedies the 'problem' with standard URIs that the host portion of a regular URI, with its dotted-domains, is actually in reverse order from the natural hierarchy that's usually helpful for grouping and sorting. The value of respecting URI case variance is considered negligible: it is vanishingly rare for case-variance to be meaningful, while URI case- variance often arises from people's confusion or sloppiness, and they only correct it insofar as necessary to avoid blatant problems.
SurtPrefixSet.javaClass Specialized TreeSet for keeping a set of String prefixes.
SurtPrefixSetTest.javaClass
SURTTest.javaClass
TestUtils.javaClass Utility methods useful in testing situations.
TextUtils.javaClass
TextUtilsTest.javaClass
TimestampSerialno.javaClass Immutable data structure that holds a timestamp and an accompanying serial number.
TmpDirTestCase.javaClass Base class for TestCases that want access to a tmp dir for the writing of files.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.