com.antiaction.mayhem.mail
Class FlagsBody

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

public class FlagsBody
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

Constructor Summary
FlagsBody()
           
 
Method Summary
static void body_peek(java.io.RandomAccessFile ram, byte[] bytes, PrintOutputStream out, Flag flag)
           
static void body(java.io.RandomAccessFile ram, byte[] bytes, PrintOutputStream out, Flag flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlagsBody

public FlagsBody()
Method Detail

body

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

body_peek

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


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