Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.mime.tests
Class Stdin  view Stdin download Stdin.java

java.lang.Object
  extended bycom.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.


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