public class GridGgfsInputStreamDescriptor extends Object implements Externalizable
| Constructor and Description |
|---|
GridGgfsInputStreamDescriptor()
Empty constructor required by
Externalizable. |
GridGgfsInputStreamDescriptor(long streamId,
long len)
Input stream descriptor constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
length() |
void |
readExternal(ObjectInput in) |
long |
streamId() |
void |
writeExternal(ObjectOutput out) |
public GridGgfsInputStreamDescriptor()
Externalizable.public GridGgfsInputStreamDescriptor(long streamId,
long len)
streamId - Stream id.len - Available length.public long streamId()
public long length()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOExceptionCopyright © 2014. All rights reserved.