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 Fabric : ver. 1.5.11 Release Date : April 8 2016