org.postgresql.util
public class StreamWrapper extends Object
Constructor and Description |
---|
StreamWrapper(byte[] data,
int offset,
int length) |
StreamWrapper(InputStream stream) |
StreamWrapper(InputStream stream,
int length) |
public StreamWrapper(byte[] data, int offset, int length)
public StreamWrapper(InputStream stream, int length)
public StreamWrapper(InputStream stream) throws PSQLException
PSQLException
public InputStream getStream()
public int getLength()
public int getOffset()
public byte[] getBytes()
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.