|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.eclipse.cdt.internal.ui.DocumentInputStream
public class DocumentInputStream
Input stream which reads from a document
Constructor Summary | |
---|---|
DocumentInputStream(org.eclipse.jface.text.IDocument document)
|
Method Summary | |
---|---|
org.eclipse.jface.text.IDocument |
getDocument()
|
int |
read()
|
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentInputStream(org.eclipse.jface.text.IDocument document)
Method Detail |
---|
public org.eclipse.jface.text.IDocument getDocument()
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |