org.eclipse.emf.ecore.resource
Class URIConverter.WriteableOutputStream.Buffer
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
- Enclosing class:
- URIConverter.WriteableOutputStream
- protected class URIConverter.WriteableOutputStream.Buffer
- extends ByteArrayInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
protected int index
characters
protected char[] characters
reader
protected InputStreamReader reader
URIConverter.WriteableOutputStream.Buffer
public URIConverter.WriteableOutputStream.Buffer(int size)
throws IOException
write
public void write(int b)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException