public class StreamingOutputStream extends OutputStream
Constructor and Description |
---|
StreamingOutputStream() |
StreamingOutputStream(StreamingDataOutput sdo) |
Modifier and Type | Method and Description |
---|---|
@NotNull StreamingOutputStream |
init(StreamingDataOutput sdo) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, write
public StreamingOutputStream()
public StreamingOutputStream(StreamingDataOutput sdo)
@NotNull public @NotNull StreamingOutputStream init(StreamingDataOutput sdo)
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2023. All rights reserved.