PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/io/package-summary.html

#
HTML | 257 lines | 226 code | 25 blank | 6 comment | 0 complexity | b66a1b15582f39de0d0a50b571598264 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.5.0_14) on Tue Jul 22 07:14:17 GMT-08:00 2008 -->
  6. <TITLE>
  7. org.gjt.sp.jedit.io (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.io package">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
  11. <NOSCRIPT>
  12. </NOSCRIPT>
  13. </HEAD>
  14. <BODY BGCOLOR="white" >
  15. <!-- ========= START OF TOP NAVBAR ======= -->
  16. <A NAME="navbar_top"><!-- --></A>
  17. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  18. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  19. <TR>
  20. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  21. <A NAME="navbar_top_firstrow"><!-- --></A>
  22. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  23. <TR ALIGN="center" VALIGN="top">
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  26. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  32. </TR>
  33. </TABLE>
  34. </TD>
  35. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  36. </EM>
  37. </TD>
  38. </TR>
  39. <TR>
  40. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  41. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/input/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/menu/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. <A HREF="../../../../../index.html?org/gjt/sp/jedit/io/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  46. &nbsp;
  47. <NOSCRIPT>
  48. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  49. </NOSCRIPT>
  50. </FONT></TD>
  51. </TR>
  52. </TABLE>
  53. <A NAME="skip-navbar_top"></A>
  54. <!-- ========= END OF TOP NAVBAR ========= -->
  55. <HR>
  56. <H2>
  57. Package org.gjt.sp.jedit.io
  58. </H2>
  59. Virtual file system and multi-threaded I/O.
  60. <P>
  61. <B>See:</B>
  62. <BR>
  63. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
  64. <P>
  65. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  66. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  67. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  68. <B>Interface Summary</B></FONT></TH>
  69. </TR>
  70. <TR BGCOLOR="white" CLASS="TableRowColor">
  71. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/Encoding.html" title="interface in org.gjt.sp.jedit.io">Encoding</A></B></TD>
  72. <TD>An interface to represent an encoding.</TD>
  73. </TR>
  74. <TR BGCOLOR="white" CLASS="TableRowColor">
  75. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/EncodingDetector.html" title="interface in org.gjt.sp.jedit.io">EncodingDetector</A></B></TD>
  76. <TD>An interface to detect a reasonable encoding from some bytes at the
  77. beginning of a file.</TD>
  78. </TR>
  79. <TR BGCOLOR="white" CLASS="TableRowColor">
  80. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/VFSFileFilter.html" title="interface in org.gjt.sp.jedit.io">VFSFileFilter</A></B></TD>
  81. <TD>An interface similar to <code>java.io.FilenameFilter</code>, that
  82. is used by <A HREF="../../../../../org/gjt/sp/jedit/browser/VFSBrowser.html" title="class in org.gjt.sp.jedit.browser"><CODE>VFSBrowser</CODE></A> to define what
  83. files to show in the directory view.</TD>
  84. </TR>
  85. </TABLE>
  86. &nbsp;
  87. <P>
  88. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  89. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  90. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  91. <B>Class Summary</B></FONT></TH>
  92. </TR>
  93. <TR BGCOLOR="white" CLASS="TableRowColor">
  94. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/AutoDetection.html" title="class in org.gjt.sp.jedit.io">AutoDetection</A></B></TD>
  95. <TD>Some functions for auto detection of I/O stream properties.</TD>
  96. </TR>
  97. <TR BGCOLOR="white" CLASS="TableRowColor">
  98. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/AutoDetection.Result.html" title="class in org.gjt.sp.jedit.io">AutoDetection.Result</A></B></TD>
  99. <TD>An utility class to hold the result of some auto detections.</TD>
  100. </TR>
  101. <TR BGCOLOR="white" CLASS="TableRowColor">
  102. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/BufferLocalEncodingDetector.html" title="class in org.gjt.sp.jedit.io">BufferLocalEncodingDetector</A></B></TD>
  103. <TD>An encoding detector which finds buffer-local-property syntax.</TD>
  104. </TR>
  105. <TR BGCOLOR="white" CLASS="TableRowColor">
  106. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/CharsetEncoding.html" title="class in org.gjt.sp.jedit.io">CharsetEncoding</A></B></TD>
  107. <TD>Encodings which are provided by java.nio.charset.Charset.</TD>
  108. </TR>
  109. <TR BGCOLOR="white" CLASS="TableRowColor">
  110. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/CopyFileWorker.html" title="class in org.gjt.sp.jedit.io">CopyFileWorker</A></B></TD>
  111. <TD>This worker will copy a file.</TD>
  112. </TR>
  113. <TR BGCOLOR="white" CLASS="TableRowColor">
  114. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/EncodingServer.html" title="class in org.gjt.sp.jedit.io">EncodingServer</A></B></TD>
  115. <TD>A class for some static methods to deal with encodings.</TD>
  116. </TR>
  117. <TR BGCOLOR="white" CLASS="TableRowColor">
  118. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/EncodingWithBOM.html" title="class in org.gjt.sp.jedit.io">EncodingWithBOM</A></B></TD>
  119. <TD>Encodings which have BOM at the beginning of byte stream.</TD>
  120. </TR>
  121. <TR BGCOLOR="white" CLASS="TableRowColor">
  122. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/EncodingWithBOM.Detector.html" title="class in org.gjt.sp.jedit.io">EncodingWithBOM.Detector</A></B></TD>
  123. <TD>&nbsp;</TD>
  124. </TR>
  125. <TR BGCOLOR="white" CLASS="TableRowColor">
  126. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/FavoritesVFS.html" title="class in org.gjt.sp.jedit.io">FavoritesVFS</A></B></TD>
  127. <TD>A VFS used for remembering frequently-visited directories.</TD>
  128. </TR>
  129. <TR BGCOLOR="white" CLASS="TableRowColor">
  130. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/FileRootsVFS.html" title="class in org.gjt.sp.jedit.io">FileRootsVFS</A></B></TD>
  131. <TD>A VFS that lists local root filesystems.</TD>
  132. </TR>
  133. <TR BGCOLOR="white" CLASS="TableRowColor">
  134. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/FileVFS.html" title="class in org.gjt.sp.jedit.io">FileVFS</A></B></TD>
  135. <TD>Local filesystem VFS.</TD>
  136. </TR>
  137. <TR BGCOLOR="white" CLASS="TableRowColor">
  138. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/FileVFS.LocalFile.html" title="class in org.gjt.sp.jedit.io">FileVFS.LocalFile</A></B></TD>
  139. <TD>&nbsp;</TD>
  140. </TR>
  141. <TR BGCOLOR="white" CLASS="TableRowColor">
  142. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/GlobVFSFileFilter.html" title="class in org.gjt.sp.jedit.io">GlobVFSFileFilter</A></B></TD>
  143. <TD>Implementation of <A HREF="../../../../../org/gjt/sp/jedit/io/VFSFileFilter.html" title="interface in org.gjt.sp.jedit.io"><CODE>VFSFileFilter</CODE></A> that uses Unix-style globs
  144. to filter files.</TD>
  145. </TR>
  146. <TR BGCOLOR="white" CLASS="TableRowColor">
  147. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/UrlVFS.html" title="class in org.gjt.sp.jedit.io">UrlVFS</A></B></TD>
  148. <TD>URL VFS.</TD>
  149. </TR>
  150. <TR BGCOLOR="white" CLASS="TableRowColor">
  151. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/VFS.html" title="class in org.gjt.sp.jedit.io">VFS</A></B></TD>
  152. <TD>A virtual filesystem implementation.</TD>
  153. </TR>
  154. <TR BGCOLOR="white" CLASS="TableRowColor">
  155. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/VFS.DirectoryEntry.html" title="class in org.gjt.sp.jedit.io">VFS.DirectoryEntry</A></B></TD>
  156. <TD><B>Deprecated.</B>&nbsp;<I>Use <code>VFSFile</code> instead.</I></TD>
  157. </TR>
  158. <TR BGCOLOR="white" CLASS="TableRowColor">
  159. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/VFS.DirectoryEntryCompare.html" title="class in org.gjt.sp.jedit.io">VFS.DirectoryEntryCompare</A></B></TD>
  160. <TD>Implementation of <CODE>Comparator</CODE>
  161. interface that compares <A HREF="../../../../../org/gjt/sp/jedit/io/VFS.DirectoryEntry.html" title="class in org.gjt.sp.jedit.io"><CODE>VFS.DirectoryEntry</CODE></A> instances.</TD>
  162. </TR>
  163. <TR BGCOLOR="white" CLASS="TableRowColor">
  164. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/VFSFile.html" title="class in org.gjt.sp.jedit.io">VFSFile</A></B></TD>
  165. <TD>A directory entry returned from a file listing.</TD>
  166. </TR>
  167. <TR BGCOLOR="white" CLASS="TableRowColor">
  168. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/VFSManager.html" title="class in org.gjt.sp.jedit.io">VFSManager</A></B></TD>
  169. <TD>jEdit's virtual filesystem allows it to transparently edit files
  170. stored elsewhere than the local filesystem, for example on an FTP
  171. site.</TD>
  172. </TR>
  173. <TR BGCOLOR="white" CLASS="TableRowColor">
  174. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/io/XMLEncodingDetector.html" title="class in org.gjt.sp.jedit.io">XMLEncodingDetector</A></B></TD>
  175. <TD>An encoding detector which extracts encoding from XML declaration.</TD>
  176. </TR>
  177. </TABLE>
  178. &nbsp;
  179. <P>
  180. <A NAME="package_description"><!-- --></A><H2>
  181. Package org.gjt.sp.jedit.io Description
  182. </H2>
  183. <P>
  184. Virtual file system and multi-threaded I/O.
  185. <P>
  186. <P>
  187. <DL>
  188. </DL>
  189. <HR>
  190. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  191. <A NAME="navbar_bottom"><!-- --></A>
  192. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  193. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  194. <TR>
  195. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  196. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  197. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  198. <TR ALIGN="center" VALIGN="top">
  199. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  200. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  201. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  202. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  203. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  204. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  205. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  206. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  207. </TR>
  208. </TABLE>
  209. </TD>
  210. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  211. </EM>
  212. </TD>
  213. </TR>
  214. <TR>
  215. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  216. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/input/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  217. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/menu/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  218. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  219. <A HREF="../../../../../index.html?org/gjt/sp/jedit/io/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  220. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  221. &nbsp;
  222. <NOSCRIPT>
  223. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  224. </NOSCRIPT>
  225. </FONT></TD>
  226. </TR>
  227. </TABLE>
  228. <A NAME="skip-navbar_bottom"></A>
  229. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  230. <HR>
  231. </BODY>
  232. </HTML>