Java Doc for ArchiveFileConstants.java in  » Web-Crawler » heritrix » org » archive » io » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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.io 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.archive.io.ArchiveFileConstants

All known Subclasses:   org.archive.io.ArchiveReaderFactory,  org.archive.io.ArchiveReader,  org.archive.io.WriterPoolMember,
ArchiveFileConstants
public interface ArchiveFileConstants (Code)
Constants used by Archive files and in Archive file processing.
author:
   stack
version:
   $Date: 2006-09-12 19:41:23 +0000 (Tue, 12 Sep 2006) $ $Revision: 4620 $


Field Summary
final public static  StringABSOLUTE_OFFSET_KEY
     Key for the Archive Record absolute offset into Archive file.
final public static  StringCDX
    
final public static  StringCDX_FILE
    
final public static  intCDX_LINE_BUFFER_SIZE
     Size used to preallocate stringbuffer used outputting a cdx line. The numbers below are guesses at sizes of each of the cdx fields. The ones in the below are spaces.
final public static  StringCOMPRESSED_FILE_EXTENSION
     Compressed file extention.
final public static  StringCRLF
    
final public static  StringDATE_FIELD_KEY
     Key for the Archive File Creation Date field.
final public static  StringDEFAULT_DIGEST_METHOD
    
final public static  StringDOT_COMPRESSED_FILE_EXTENSION
     Dot plus compressed file extention.
final public static  StringDUMP
    
final public static  StringGZIP_DUMP
    
final public static  StringHEADER
    
final public static  StringINVALID_SUFFIX
     Suffix appended to 'broken' files.
final public static  StringLENGTH_FIELD_KEY
     Key for the Archive File length field.
final public static  StringMIMETYPE_FIELD_KEY
     Key for the Archive File mimetype field.
final public static  StringNOHEAD
    
final public static  StringOCCUPIED_SUFFIX
     Suffix given to files currently in use.
final public static  StringREADER_IDENTIFIER_FIELD_KEY
    
final public static  StringRECORD_IDENTIFIER_FIELD_KEY
     Key for the Archive File record field.
final public static  charSINGLE_SPACE
    
final public static  StringTYPE_FIELD_KEY
     Key for the Archive File type field.
final public static  StringURL_FIELD_KEY
     Key for the Archive File URL field.
final public static  StringVERSION_FIELD_KEY
     Key for the Archive File version field.



Field Detail
ABSOLUTE_OFFSET_KEY
final public static String ABSOLUTE_OFFSET_KEY(Code)
Key for the Archive Record absolute offset into Archive file.



CDX
final public static String CDX(Code)



CDX_FILE
final public static String CDX_FILE(Code)



CDX_LINE_BUFFER_SIZE
final public static int CDX_LINE_BUFFER_SIZE(Code)
Size used to preallocate stringbuffer used outputting a cdx line. The numbers below are guesses at sizes of each of the cdx fields. The ones in the below are spaces. Here is the legend used outputting the cdx line: CDX b e a m s c V n g. Consult cdx documentation on meaning of each of these fields.



COMPRESSED_FILE_EXTENSION
final public static String COMPRESSED_FILE_EXTENSION(Code)
Compressed file extention.



CRLF
final public static String CRLF(Code)



DATE_FIELD_KEY
final public static String DATE_FIELD_KEY(Code)
Key for the Archive File Creation Date field.



DEFAULT_DIGEST_METHOD
final public static String DEFAULT_DIGEST_METHOD(Code)



DOT_COMPRESSED_FILE_EXTENSION
final public static String DOT_COMPRESSED_FILE_EXTENSION(Code)
Dot plus compressed file extention.



DUMP
final public static String DUMP(Code)



GZIP_DUMP
final public static String GZIP_DUMP(Code)



HEADER
final public static String HEADER(Code)



INVALID_SUFFIX
final public static String INVALID_SUFFIX(Code)
Suffix appended to 'broken' files.



LENGTH_FIELD_KEY
final public static String LENGTH_FIELD_KEY(Code)
Key for the Archive File length field.



MIMETYPE_FIELD_KEY
final public static String MIMETYPE_FIELD_KEY(Code)
Key for the Archive File mimetype field.



NOHEAD
final public static String NOHEAD(Code)



OCCUPIED_SUFFIX
final public static String OCCUPIED_SUFFIX(Code)
Suffix given to files currently in use.



READER_IDENTIFIER_FIELD_KEY
final public static String READER_IDENTIFIER_FIELD_KEY(Code)



RECORD_IDENTIFIER_FIELD_KEY
final public static String RECORD_IDENTIFIER_FIELD_KEY(Code)
Key for the Archive File record field.



SINGLE_SPACE
final public static char SINGLE_SPACE(Code)



TYPE_FIELD_KEY
final public static String TYPE_FIELD_KEY(Code)
Key for the Archive File type field.



URL_FIELD_KEY
final public static String URL_FIELD_KEY(Code)
Key for the Archive File URL field.



VERSION_FIELD_KEY
final public static String VERSION_FIELD_KEY(Code)
Key for the Archive File version field.





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.