Serialized Form
Package net.sf.asyncobjects |
Class net.sf.asyncobjects.AsyncAction$3$1 extends Object implements Serializable |
Class net.sf.asyncobjects.AsyncCreator$1 extends Object implements Serializable |
serialVersionUID: 3128915249333039909L
Class net.sf.asyncobjects.Promise$3 extends Object implements Serializable |
Class net.sf.asyncobjects.Promise$4 extends Object implements Serializable |
Package net.sf.asyncobjects.io |
serialVersionUID: 2627667859736141624L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Read read object as single data node .
- Serial Data:
- Read serializable fields, if any exist. Read length and data
fields.
- Throws:
IOException
- if there is problem during reading
ClassNotFoundException
- if some classes are not ready
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Write object as length + data
- Serial Data:
- Write serializable fields, if any exist. Write length and
data from nodes.
- Throws:
IOException
- if there is a problem during writing
readResolve
private Object readResolve()
throws ObjectStreamException
- Substitue empty node with singleton
- Throws:
ObjectStreamException
- if there is a problem with resolution
Class net.sf.asyncobjects.io.BufferedInput$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.BufferedInput$2 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$1$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$3 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$3$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$4 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$5 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$5$2 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$5$3 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$6 extends Object implements Serializable |
Class net.sf.asyncobjects.io.IOUtils$6$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.Pipe$4 extends Object implements Serializable |
Class net.sf.asyncobjects.io.Pipe$6 extends Object implements Serializable |
serialVersionUID: -9181227173575685989L
length
int length
- a total length
data
String[] data
- data elements
hash
int hash
- a hash
startOffsets
int[] startOffsets
- list of start offsets within nodes
Class net.sf.asyncobjects.io.WrappingChannel$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.WrappingChannel$2 extends Object implements Serializable |
Package net.sf.asyncobjects.io.util |
Class net.sf.asyncobjects.io.util.BoundedInput$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.util.BoundedInput$1$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.util.ExhaustingInput$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.util.ExhaustingInput$1$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.util.ExhaustingInput$2 extends Object implements Serializable |
Class net.sf.asyncobjects.io.util.SavingInput$1$1 extends Object implements Serializable |
Class net.sf.asyncobjects.io.util.UncloseableInput$1 extends Object implements Serializable |
Package net.sf.asyncobjects.util |
Class net.sf.asyncobjects.util.AsyncProcess$2 extends Object implements Serializable |
Class net.sf.asyncobjects.util.AsyncProcess$3 extends Object implements Serializable |
Class net.sf.asyncobjects.util.Seq$1 extends Object implements Serializable |
Class net.sf.asyncobjects.util.Seq$2 extends Object implements Serializable |
Class net.sf.asyncobjects.util.Seq$3 extends Object implements Serializable |
Class net.sf.asyncobjects.util.Serialized$1 extends Object implements Serializable |
serialVersionUID: 5550543116293195896L
partialResults
List<E> partialResults
- partial results
failures
List<E> failures
- failures
Package net.sf.asyncobjects.util.callbacks |
Class net.sf.asyncobjects.util.callbacks.CallableAdapter$1 extends Object implements Serializable |
Package net.sf.asyncobjects.vats |
Class net.sf.asyncobjects.vats.VatUtils$1 extends Object implements Serializable |
Class net.sf.asyncobjects.vats.VatUtils$1$1 extends Object implements Serializable |
Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.