public class SVNCancellableOutputStream
extends java.io.FilterOutputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
SVNCancellableOutputStream.IOCancelException |
| 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) |
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.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.