|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.ByteArrayInputStream
org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
Field Summary | |
---|---|
protected char[] |
characters
|
protected int |
index
|
protected java.io.InputStreamReader |
reader
|
Fields inherited from class java.io.ByteArrayInputStream |
---|
buf, count, mark, pos |
Constructor Summary | |
---|---|
URIConverter.WriteableOutputStream.Buffer(int size)
|
Method Summary | |
---|---|
void |
flush()
|
void |
write(int b)
|
Methods inherited from class java.io.ByteArrayInputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.io.InputStream |
---|
read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int index
protected char[] characters
protected java.io.InputStreamReader reader
Constructor Detail |
public URIConverter.WriteableOutputStream.Buffer(int size) throws java.io.IOException
Method Detail |
public void write(int b) throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |