KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > DataOutputStream > Top Examples

  • org.eclipse.osgi.internal.resolver.StateWriter
    objectTable will be a hashmap of objects. The objects will be things like BundleDescription, ExportPackageDescription, Version etc.. The integer index value will be used in the cache to allow cross-references in the cached state. return the index of the object just added (i.e. size - 1) add this ob ...
  • org.jgroups.tests.stack.RouterTest
    Tests routing protocol primitives with the new GossipRouter. Since 2.2.1, the GossipRouter is supposed to answer Gossip requests too. <p/> Note: Disable DEBUG logging before this test, otherwise the stress tests may timeout. @author Ovidiu Feodorov <ovidiuf@users.sourceforge.net> @ver ...
  • org.eclipse.jdi.internal.MirrorImpl
    this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
  • org.eclipse.core.internal.registry.TableWriter
  • org.jgroups.tests.UtilTest
  • javassist.bytecode.ConstPool
    Constant pool table.
  • org.jgroups.stack.Router
    Router for TCP based group comunication (using layer TCP instead of UDP). Instead of the TCP layer sending packets point-to-point to each other member, it sends the packet to the router which - depending on the target address - multicasts or unicasts it to the group / or single member.<p> Th ...
  • org.jgroups.stack.GossipRouter
    Router for TCP based group comunication (using layer TCP instead of UDP). Instead of the TCP layer sending packets point-to-point to each other member, it sends the packet to the router which - depending on the target address - multicasts or unicasts it to the group / or single member.<p> Th ...
  • org.eclipse.jdi.internal.ThreadReferenceImpl
    This class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
  • org.eclipse.jdi.internal.ObjectReferenceImpl
    this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
  • org.jboss.invocation.MarshalledInvocation
    The MarshalledInvocation is an invocation that travels. As such it serializes its payload because of lack of ClassLoader visibility. As such it contains Marshalled data representing the byte[] of the Invocation object it extends Besides handling the specifics of "marshalling" the payload, which c ...
  • com.lutris.appserver.server.sessionEnhydra.StandardSessionKeyGen
    The session random key generator. This class implements a background thread that wakes up and counts the number of Standard Session Manager requests completed at one or more different interval periods, and supplements the seed of the Manager's random number generator in order to make the value of ...
  • com.imagero.uio.buffer.arrays.ArraysTest
    @author Andrei Kouznetsov Date: 14.06.2004 Time: 20:14:34
  • net.nutch.tools.DistributedAnalysisTool
    DistributedAnalysisTool performs link-analysis by reading exclusively from a IWebDBReader, and writing to an IWebDBWriter. This tool can be used in phases via the command line to compute the LinkAnalysis score across many machines. For a single iteration of LinkAnalysis, you must have: 1) An "i ...
  • SOFA.SOFAnode.Made.TIR.Impl.Storage
  • SOFA.SOFAnode.Made.TIR.Impl.ConstantDefImpl
  • com.sun.org.apache.bcel.internal.classfile.PMGClass
    This class is derived from <em>Attribute</em> and represents a reference to a <a HREF="http://www.inf.fu-berlin.de/~bokowski/pmgjava/index.html">PMG</a> attribute. @version $Id: PMGClass.java,v 1.1.1.1 2001/10/29 20:00:03 jvanzyl Exp $ @author <A HREF="mailto:markus.da ...
Popular Tags