public class SVNCancellableOutputStream
extends java.io.FilterOutputStream
Modifier and Type | Class and Description |
---|---|
static class |
SVNCancellableOutputStream.IOCancelException |
Modifier and Type | Field and Description |
---|---|
private ISVNCanceller |
myEventHandler |
Constructor and Description |
---|
SVNCancellableOutputStream(java.io.OutputStream out,
ISVNCanceller eventHandler) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
private ISVNCanceller myEventHandler
public SVNCancellableOutputStream(java.io.OutputStream out, ISVNCanceller eventHandler)
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException