Skip to content
Snippets Groups Projects
Commit ab78e271 authored by J. M. Bailey's avatar J. M. Bailey
Browse files

Better javadoc, add javadoc zip

parent 32a5799b
No related branches found
No related tags found
No related merge requests found
Showing
with 76 additions and 0 deletions
File added
......@@ -80,6 +80,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -104,6 +105,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -116,6 +118,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -101,6 +101,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -129,6 +130,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -143,6 +145,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -101,6 +101,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -129,6 +130,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -143,6 +145,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -98,6 +98,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -124,6 +125,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -137,6 +139,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -147,6 +147,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -191,6 +192,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -220,6 +222,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -195,6 +195,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -245,6 +246,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -277,6 +279,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -147,6 +147,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -191,6 +192,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -220,6 +222,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -147,6 +147,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -191,6 +192,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -220,6 +222,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -82,6 +82,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -105,6 +106,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -117,6 +119,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -85,6 +85,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -110,6 +111,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -125,6 +127,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -372,6 +372,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -454,6 +455,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -516,6 +518,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -161,6 +161,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -195,6 +196,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -212,6 +214,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -291,6 +291,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -343,6 +344,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -369,6 +371,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -98,6 +98,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -124,6 +125,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -137,6 +139,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -82,6 +82,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -104,6 +105,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -116,6 +118,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -110,6 +110,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -138,6 +139,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -152,6 +154,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -169,6 +169,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -201,6 +202,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -220,6 +222,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -243,6 +243,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -288,6 +289,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -317,6 +319,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
......@@ -145,6 +145,7 @@ public void marshal(DataOutputStream dos)
* Unserializes an object from a DataInputStream.
* @see java.io.DataInputStream
* @param dis The DataInputStream
* @return marshalled size
*/
public int unmarshal(DataInputStream dis)
{
......@@ -177,6 +178,7 @@ public int unmarshal(DataInputStream dis)
* @throws java.nio.ReadOnlyBufferException if buff is read only
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin writing
* @throws Exception ByteBuffer-generated exception
*/
public void marshal(java.nio.ByteBuffer buff) throws Exception
{
......@@ -193,6 +195,8 @@ public void marshal(java.nio.ByteBuffer buff) throws Exception
* @throws java.nio.BufferUnderflowException if buff is too small
* @see java.nio.ByteBuffer
* @param buff The ByteBuffer at the position to begin reading
* @return marshalled size
* @throws Exception ByteBuffer-generated exception
*/
public int unmarshal(java.nio.ByteBuffer buff) throws Exception
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment