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, write
public HeaderSkippingOutputStream(OutputStream out)
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
Copyright © 2009–2015. All rights reserved.