public class LambdaOutputStream extends OutputStream
| Constructor and Description |
|---|
LambdaOutputStream(OutputStream inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int offset,
int length) |
void |
write(int b) |
close, flushpublic LambdaOutputStream(OutputStream inner)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2022. All rights reserved.