org.postgresql.core
public class FixedLengthOutputStream extends OutputStream
Constructor and Description |
---|
FixedLengthOutputStream(int size,
OutputStream target) |
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 © 2020 PostgreSQL Global Development Group. All rights reserved.