public class FilteredDavOutputStream extends OutputStream
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
toString() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int i,
int i1) |
void |
write(int i) |
close, flushpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int i,
int i1)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int i)
throws IOException
write in class OutputStreamIOExceptionpublic long getContentLength()
Copyright © ITHit. All Rights Reserved.