org.apache.axiom.attachments
Class MIMEBodyPartInputStream
java.lang.Object
java.io.InputStream
org.apache.axiom.attachments.MIMEBodyPartInputStream
- public class MIMEBodyPartInputStream
- extends java.io.InputStream
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 |
MIMEBodyPartInputStream
public MIMEBodyPartInputStream(java.io.PushbackInputStream inStream,
byte[] boundary)
MIMEBodyPartInputStream
public MIMEBodyPartInputStream(java.io.PushbackInputStream inStream,
byte[] boundary,
Attachments parent)
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
getBoundaryStatus
public boolean getBoundaryStatus()