protected static class NanoHTTPD.Response.ChunkedOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
ChunkedOutputStream(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush
public ChunkedOutputStream(OutputStream out)
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void finish() throws IOException
IOException
Copyright © 2019 SimiaCryptus Software. All rights reserved.