org.apache.axis2.attachments
Class MIMEBodyPartInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.apache.axis2.attachments.MIMEBodyPartInputStream

public class MIMEBodyPartInputStream
extends InputStream


Constructor Summary
MIMEBodyPartInputStream(PushbackInputStream inStream, byte[] boundary)
           
MIMEBodyPartInputStream(PushbackInputStream inStream, byte[] boundary, MIMEHelper parent)
           
 
Method Summary
 boolean getBoundaryStatus()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIMEBodyPartInputStream

public MIMEBodyPartInputStream(PushbackInputStream inStream,
                               byte[] boundary)

MIMEBodyPartInputStream

public MIMEBodyPartInputStream(PushbackInputStream inStream,
                               byte[] boundary,
                               MIMEHelper parent)
Method Detail

read

public int read()
         throws IOException
Throws:
IOException

getBoundaryStatus

public boolean getBoundaryStatus()