DataSink.Factory| Constructor and Description |
|---|
ByteArrayDataSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the sink.
|
byte[] |
getData()
Returns the data written to the sink since the last call to
open(DataSpec), or null if
open(DataSpec) has never been called. |
void |
open(DataSpec dataSpec)
Opens the sink to consume the specified data.
|
void |
write(byte[] buffer,
int offset,
int length)
Consumes the provided data.
|
public void open(DataSpec dataSpec) throws java.io.IOException
DataSinkpublic void close()
throws java.io.IOException
DataSinkpublic void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
DataSinkpublic byte[] getData()
open(DataSpec), or null if
open(DataSpec) has never been called.