public abstract class IgfsOutputStream extends OutputStream
IGFS output stream to write data into the file system.| Constructor and Description |
|---|
IgfsOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
transferFrom(DataInput in,
int len)
Transfers specified amount of bytes from data input to this output stream.
|
public abstract void transferFrom(DataInput in, int len) throws IOException
in - Data input to copy bytes from.len - Data length to copy.IOException - If write failed, read from input failed or there is no enough data in data input.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019