Class SVNCancellableOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.tmatesoft.svn.core.internal.wc.SVNCancellableOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class SVNCancellableOutputStream extends java.io.FilterOutputStream- Version:
- 1.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSVNCancellableOutputStream.IOCancelException
-
Field Summary
Fields Modifier and Type Field Description private ISVNCancellermyEventHandler
-
Constructor Summary
Constructors Constructor Description SVNCancellableOutputStream(java.io.OutputStream out, ISVNCanceller eventHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(byte[] b)voidwrite(byte[] b, int off, int len)
-
-
-
Field Detail
-
myEventHandler
private ISVNCanceller myEventHandler
-
-
Constructor Detail
-
SVNCancellableOutputStream
public SVNCancellableOutputStream(java.io.OutputStream out, ISVNCanceller eventHandler)
-
-
Method Detail
-
write
public void write(byte[] b, int off, int len) throws java.io.IOException- Overrides:
writein classjava.io.FilterOutputStream- Throws:
java.io.IOException
-
write
public void write(byte[] b) throws java.io.IOException- Overrides:
writein classjava.io.FilterOutputStream- Throws:
java.io.IOException
-
-