public class StreamWrapper extends Object
Constructor and Description |
---|
StreamWrapper(byte[] data,
int offset,
int length) |
StreamWrapper(InputStream stream) |
StreamWrapper(InputStream stream,
int length) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
int |
getLength() |
int |
getOffset() |
InputStream |
getStream() |
String |
toString() |
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 © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.