Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.net.AckException

Uses of AckException in java.net
 

Methods in java.net that throw AckException
 void ZObject.setData(byte[] dat)
          This method decodes the passed byte array trying to deserialize a ZObject instance.
 void ZObject.setData(java.io.InputStream in)
          This method decodes data from the input stream trying to deserialize a ZObject instance.
 

Constructors in java.net that throw AckException
ZObject(java.io.InputStream in)
          Constructor used to build an object by deserializing data coming from an input stream, tipically a socket input stream.
ZObject(DatagramPacket packet)
          Constructor used to build an object by deserializing data coming from the buffer contained in the passed datagram.