Class BufferSaveRequest
java.lang.Object
org.gjt.sp.util.Task
org.gjt.sp.jedit.bufferio.IoTask
org.gjt.sp.jedit.bufferio.BufferIORequest
org.gjt.sp.jedit.bufferio.BufferSaveRequest
- All Implemented Interfaces:
Runnable, ProgressObserver
A buffer save request.
- Version:
- $Id: BufferSaveRequest.java 24222 2015-12-11 23:27:42Z daleanson $
- Author:
- Slava Pestov
-
Field Summary
Fields inherited from class BufferIORequest
buffer, END_OFFSETS, ERROR_OCCURRED, IOBUFSIZE, LOAD_DATA, markersPath, NEW_PATH, path, PROGRESS_INTERVAL, session, vfs, view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid_run()This is the method you have to implement and that will be executed in the thread.Methods inherited from class BufferIORequest
autodetect, endSessionQuietly, getByteIOBufferSize, getCharIOBufferSize, read, toString, writeMethods inherited from class Task
cancel, getLabel, getMaximum, getState, getStatus, getValue, isCancellable, run, setCancellable, setLabel, setMaximum, setStatus, setValue
-
Constructor Details
-
BufferSaveRequest
-
-
Method Details
-
_run
-