com.antiaction.mayhem.mail
Class BodyStructure

java.lang.Object
  extended by com.antiaction.mayhem.mail.BodyStructure

public class BodyStructure
extends java.lang.Object

Author:
Nicholas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 java.util.List parts
           
 
Method Summary
static int bodyCountLines(java.io.RandomAccessFile ram)
           
static void bodyStructure(java.io.RandomAccessFile ram, byte[] bytes, PrintOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parts

public java.util.List parts
Method Detail

bodyStructure

public static void bodyStructure(java.io.RandomAccessFile ram,
                                 byte[] bytes,
                                 PrintOutputStream out)
                          throws java.io.IOException
Throws:
java.io.IOException

bodyCountLines

public static int bodyCountLines(java.io.RandomAccessFile ram)
                          throws java.io.IOException
Throws:
java.io.IOException


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