public class FixedLengthOutputStream extends OutputStream
Constructor and Description |
---|
FixedLengthOutputStream(int size,
OutputStream target) |
Modifier and Type | Method and Description |
---|---|
int |
remaining() |
void |
write(byte[] buf,
int offset,
int len) |
void |
write(int b) |
close, flush, write
public FixedLengthOutputStream(int size, OutputStream target)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] buf, int offset, int len) throws IOException
write
in class OutputStream
IOException
public int remaining()
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.