com.antiaction.mayhem.mail.pop3d
Class POP3TupleMessageSize

java.lang.Object
  extended by com.antiaction.mayhem.mail.pop3d.POP3TupleMessageSize

public class POP3TupleMessageSize
extends java.lang.Object

Message and size tuple.

Version:
1.00
Author:
Nicholas Clarke

Field Summary
 java.io.InputStream inStream
           
 int size
           
 
Constructor Summary
POP3TupleMessageSize(java.io.InputStream inStream, int size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inStream

public java.io.InputStream inStream

size

public int size
Constructor Detail

POP3TupleMessageSize

public POP3TupleMessageSize(java.io.InputStream inStream,
                            int size)


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.