org.eclipse.emf.ecore.resource.impl
Class URIConverterImpl.PlatformResourceOutputStream
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
- Enclosing class:
- URIConverterImpl
- public static class URIConverterImpl.PlatformResourceOutputStream
- extends java.io.ByteArrayOutputStream
An output stream that transfers its contents to an IFile
upon closing.
Fields inherited from class java.io.ByteArrayOutputStream |
buf, count |
Methods inherited from class java.io.ByteArrayOutputStream |
reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
file
protected IFile file
force
protected boolean force
keepHistory
protected boolean keepHistory
progressMonitor
protected IProgressMonitor progressMonitor
previouslyFlushed
protected boolean previouslyFlushed
URIConverterImpl.PlatformResourceOutputStream
public URIConverterImpl.PlatformResourceOutputStream(IFile file,
boolean force,
boolean keepHistory,
IProgressMonitor progressMonitor)
createContainer
protected void createContainer(IContainer container)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException