public class HeaderSkippingOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
HeaderSkippingOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic HeaderSkippingOutputStream(OutputStream out)
public void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2009–2015. All rights reserved.