| Package | Description | 
|---|---|
| org.gjt.sp.jedit.bufferio | Classes related to loading, saving, autosaving buffers. | 
| org.gjt.sp.jedit.io | Virtual file system and multi-threaded I/O. | 
| org.gjt.sp.jedit.pluginmgr | The plugin manager. | 
| org.gjt.sp.util | Utility classes used by jEdit but that do not depend on jEdit
itself. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BufferAutosaveRequestA buffer autosave request. | 
| class  | BufferInsertRequestA buffer insert request. | 
| class  | BufferIORequestA buffer I/O request. | 
| class  | BufferLoadRequestA buffer load request. | 
| class  | BufferSaveRequestA buffer save request. | 
| class  | IoTask | 
| class  | MarkersSaveRequestA save request for markers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CopyFileWorkerThis worker will copy a file. | 
| class  | LocalFileSaveTaskThe Task for asynchronous saving local file to disk ommiting VFS API stack. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | VFS. copy(ProgressObserver progress,
    java.lang.String sourcePath,
    java.lang.String targetPath,
    java.awt.Component comp,
    boolean canStop)Copy a file to another using VFS. | 
| static boolean | VFS. copy(ProgressObserver progress,
    java.lang.String sourcePath,
    java.lang.String targetPath,
    java.awt.Component comp,
    boolean canStop,
    boolean sendVFSUpdate)Copy a file to another using VFS. | 
| static boolean | VFS. copy(ProgressObserver progress,
    VFS sourceVFS,
    java.lang.Object sourceSession,
    java.lang.String sourcePath,
    VFS targetVFS,
    java.lang.Object targetSession,
    java.lang.String targetPath,
    java.awt.Component comp,
    boolean canStop)Copy a file to another using VFS. | 
| static boolean | VFS. copy(ProgressObserver progress,
    VFS sourceVFS,
    java.lang.Object sourceSession,
    java.lang.String sourcePath,
    VFS targetVFS,
    java.lang.Object targetSession,
    java.lang.String targetPath,
    java.awt.Component comp,
    boolean canStop,
    boolean sendVFSUpdate)Copy a file to another using VFS. | 
| Constructor and Description | 
|---|
| MirrorList(boolean download,
          ProgressObserver observer) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TaskA Task is a Runnable with progress. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | IOUtilities. copyStream(int bufferSize,
          ProgressObserver progress,
          java.io.InputStream in,
          java.io.OutputStream out,
          boolean canStop)Copy an input stream to an output stream. | 
| static boolean | IOUtilities. copyStream(int bufferSize,
          ProgressObserver progress,
          java.lang.String progressPrefix,
          java.io.InputStream in,
          java.io.OutputStream out,
          boolean canStop)Copy an input stream to an output stream. | 
| static boolean | IOUtilities. copyStream(ProgressObserver progress,
          java.io.InputStream in,
          java.io.OutputStream out,
          boolean canStop)Copy an input stream to an output stream with a buffer of 4096 bytes. | 
| static boolean | IOUtilities. copyStream(ProgressObserver progress,
          java.lang.String progressPrefix,
          java.io.InputStream in,
          java.io.OutputStream out,
          boolean canStop)Copy an input stream to an output stream with a buffer of 4096 bytes. |