Enhydra 5.1 API

com.lutris.mime.tests
Class Stdin

java.lang.Object
  |
  +--com.lutris.mime.tests.Stdin

public class Stdin
extends java.lang.Object

Standalone test to allow testing and debugging using arbitrary multipart Mime streams piped to stdin. No global Mime headers are expected at the beginning of input. The first line of the input must always be the full Content-Type field which describes the multipart Mime input that follows from the next line on.

Author:
John Marco

Constructor Summary
Stdin()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stdin

public Stdin()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception

Enhydra 5.1 API