Class NullBuffer
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.Buffer
org.aspectj.org.eclipse.jdt.internal.core.NullBuffer
- All Implemented Interfaces:
IBuffer
This class represents a null buffer. This buffer is used to represent a buffer for a class file
that has no source attached.
-
Nested Class Summary
Nested classes/interfaces inherited from interface IBuffer
IBuffer.ITextEditCapability -
Constructor Summary
ConstructorsConstructorDescriptionNullBuffer(org.eclipse.core.resources.IFile file, IOpenable owner, boolean readOnly) Creates a new null buffer on an underlying resource. -
Method Summary
Methods inherited from class Buffer
addBufferChangedListener, append, append, close, getChar, getCharacters, getContents, getLength, getOwner, getText, getUnderlyingResource, hasUnsavedChanges, isClosed, isReadOnly, moveAndResizeGap, notifyChanged, removeBufferChangedListener, replace, replace, save, setContents, setContents, setReadOnly, toString
-
Constructor Details
-
NullBuffer
Creates a new null buffer on an underlying resource.
-